[strong] Refactor ObjectStrength into a replacement for strong boolean args
[platform/upstream/v8.git] / src / factory.h
2015-06-08 conradw[strong] Refactor ObjectStrength into a replacement...
2015-06-04 mbrandyAdd support for Embedded Constant Pools for PPC and Arm
2015-06-03 bbudgeAdd new Float32x4 type for SIMD.js.
2015-06-03 jochenAlso allocate small typed arrays on heap when initializ...
2015-06-03 bmeurerRevert of Embedded constant pools. (patchset #12 id...
2015-06-02 mbrandyAdd support for Embedded Constant Pools for PPC and Arm
2015-06-02 conradw[strong] create strong array literals
2015-05-26 adamkAdd basic API support for Map & Set
2015-05-26 erikcorryMove hash code from hidden string to a private symbol
2015-05-22 binjiImplement SharedArrayBuffer.
2015-05-22 yangguoRevert of Implement SharedArrayBuffer (patchset #7...
2015-05-22 binjiImplement SharedArrayBuffer.
2015-05-20 rossbergReland "[strong] Object literals create strong objects"
2015-05-19 machenbachRevert of [strong] Object literals create strong object...
2015-05-18 rossberg[strong] Object literals create strong objects
2015-05-18 yangguoMigrate error messages, part 12.
2015-05-15 yangguoMigrate error messages, part 11.
2015-05-12 yangguoMigrate error messages, part 10.
2015-05-12 yangguoRevert of Migrate error messages, part 10. (patchset...
2015-05-12 yangguoMigrate error messages, part 10.
2015-05-07 yangguoMigrate error messages, part 9.
2015-05-06 yangguoMigrate error messages, part 8.
2015-04-28 yangguoReland: Preprocess structured stack trace on GC to...
2015-04-27 dslomovRevert of Preprocess structured stack trace on GC to...
2015-04-27 yangguoPreprocess structured stack trace on GC to get rid...
2015-04-27 jochenReland "Remove the weak list of views from array buffers"
2015-04-24 jochenRevert of Reland "Remove the weak list of views from...
2015-04-23 jochenReland "Remove the weak list of views from array buffers"
2015-04-22 jochenRevert of Remove the weak list of views from array...
2015-04-22 jochenRemove the weak list of views from array buffers
2015-04-21 jochenRevert of Reland "LayoutDescriptor should inherit from...
2015-04-21 jochenReland "LayoutDescriptor should inherit from JSTypedArray"
2015-04-21 jochenRevert of LayoutDescriptor should inherit from JSTypedA...
2015-04-21 jochenLayoutDescriptor should inherit from JSTypedArray
2015-04-20 Ross McIlroyReplace OVERRIDE->override and FINAL->final since we...
2015-04-17 yangguoReland "Migrate error messages, part 2."
2015-04-16 machenbachRevert of Migrate error messages, part 2. (patchset...
2015-04-16 yangguoMigrate error messages, part 2.
2015-04-16 yangguoStart migrating error message templates to the runtime.
2015-04-13 titzer[turbofan] Optimize loads of global constants in JSType...
2015-04-09 caitpotter88[es6] do not add caller/arguments to ES6 function defin...
2015-04-07 jkummerowMove prototype metadata from internal properties to...
2015-03-30 svenpanneAdded %_NewConsString intrinsic.
2015-03-17 mvstantonFeedback vector: ASAN found memory leaks during AST...
2015-03-17 dcarneycorrectly invalidate global cells
2015-02-24 yangguoNewError no longer returns a MaybeObject.
2015-02-05 yurysAdd NativeWeakMap to v8.h
2015-02-04 yurysRevert of Add WeakKeyMap to v8.h (patchset #2 id:20001...
2015-02-04 dcarneyMove the contents of api-natives.js to c++
2015-02-04 yurysAdd WeakKeyMap to v8.h
2015-02-03 yurysRevert of Add WeakMap to v8.h (patchset #3 id:40001...
2015-02-03 yurysAdd WeakMap to v8.h
2015-01-14 yangguoCorrectly reference global proxy in the partial snapshot.
2015-01-07 dcarneyremove declarative accessors
2014-11-27 Michael StantonFlesh out vector ic state query and set mechanisms.
2014-11-13 Toon VerwaestInstall the constructor property on custom prototype...
2014-11-13 Yang GuoMove public symbols to the root set.
2014-11-12 dslomov@chromium.orgVarious clean-ups after top-level lexical declarations...
2014-11-10 ishell@chromium.orgMapCache simplification. It is now a FixedArray that...
2014-11-07 dslomov@chromium.orgharmony_scoping: Implement lexical bindings at top...
2014-11-04 aandrey@chromium.orgAdd debug mirror support for ES6 Map/Set iterators.
2014-10-20 mvstanton@chromium.orgvector-based ICs did not update type feedback counts...
2014-10-17 dslomov@chromium.orgShare code between Factory::NewJSTypedArray and API
2014-10-14 ulan@chromium.orgWeak Cells
2014-10-07 bmeurer@chromium.org[turbofan] Fix lowering of typed loads/stores.
2014-10-06 jarin@chromium.orgRevert "[turbofan] Fix lowering of typed loads/stores."
2014-10-02 bmeurer@chromium.org[turbofan] Fix lowering of typed loads/stores.
2014-10-01 yangguo@chromium.orgReland "Use symbols instead of hidden properties for...
2014-10-01 yangguo@chromium.orgRevert "Use symbols instead of hidden properties for...
2014-10-01 yangguo@chromium.orgUse symbols instead of hidden properties for i18n markers.
2014-09-18 mvstanton@chromium.orgIntroduce TypeFeedbackVector, as FixedArray grew constr...
2014-09-10 arv@chromium.orgES6: Add support for method shorthand in object literals
2014-09-10 yangguo@chromium.orgRename ascii to one-byte where applicable.
2014-09-08 bmeurer@chromium.orgReplace our home-grown BitCast with bit_cast from Chrom...
2014-09-02 bmeurer@chromium.orgUse Chrome compatible naming for compiler specifics.
2014-09-01 yangguo@chromium.orgDo not expose termination exceptions to the Exception...
2014-08-27 adamk@chromium.orgEnsure that JSProxy::Fix gives the generated JSObject...
2014-08-19 yangguo@chromium.orgMake internalized string parser in JSON.parse GC-safe
2014-08-12 dslomov@chromium.orgAdd "own" symbols support.
2014-08-11 dslomov@chromium.orgRevert "Add "own" symbols support."
2014-08-11 dslomov@chromium.orgAdd "own" symbols support.
2014-08-04 bmeurer@chromium.orgRename ASSERT* to DCHECK*.
2014-07-25 ishell@chromium.orgKraken recover after r20312.
2014-07-21 rossberg@chromium.orgImplement basic code generation for arrow functions
2014-07-15 mstarzinger@chromi... Allow embedding of ConsString objects into code.
2014-07-07 verwaest@chromium.orgOnly create arguments-maps in the bootstrapper, remove...
2014-07-07 dslomov@chromium.orgRevert "Only create arguments-maps in the bootstrapper...
2014-07-07 verwaest@chromium.orgOnly create arguments-maps in the bootstrapper, remove...
2014-07-01 ishell@chromium.orgReland r22082 "Replace HeapNumber as doublebox with...
2014-07-01 verwaest@chromium.orgClean up the global object naming madness.
2014-06-30 ishell@chromium.orgRevert "Replace HeapNumber as doublebox with an explici...
2014-06-30 ishell@chromium.orgReplace HeapNumber as doublebox with an explicit Mutabl...
2014-06-26 danno@chromium.orgOptimize Map/Set.prototype.forEach
2014-06-18 yangguo@chromium.orgMove invalid string length check to the factory.
2014-06-03 rmcilroy@chromium.orgAdd support for extended constant pool arrays.
2014-06-03 jochen@chromium.orgUse full include paths everywhere
2014-05-12 yangguo@chromium.orgClean up debugger flags.
2014-05-09 verwaest@chromium.orgDirectly create API functions with readonly prototypes...
2014-05-09 verwaest@chromium.orgRename NewFunction without prototype to NewFunctionWith...
2014-05-09 verwaest@chromium.orgReplace NewFunction(MaybeHandle<> prototype by Handle...
next