[es6] Implement spec compliant ToPrimitive in the runtime.
[platform/upstream/v8.git] / src / runtime / runtime-object.cc
2015-08-28 bmeurer[es6] Implement spec compliant ToPrimitive in the runtime.
2015-08-27 mstarzingerMove runtime helper for ToName conversion onto Object.
2015-08-26 bmeurer[runtime] Remove the redundant %_IsObject intrinsic.
2015-08-25 bmeurerCorrectify instanceof and make it optimizable.
2015-08-24 mstarzingerGet rid of CompilationInfo::GenerateCodeStub method.
2015-08-21 rossberg[es6] Parameter scopes for sloppy eval
2015-08-18 mstarzingerRemove grab-bag includes of v8.h from runtime entries.
2015-08-17 bmeurer[runtime] Unify and fix the strict equality comparison.
2015-08-13 yangguoDebugger: remove duplicate heap iterations.
2015-08-13 bmeurerRevert of [runtime] Remove useless IN builtin. (patchse...
2015-08-13 bmeurer[runtime] Remove useless IN builtin.
2015-08-13 bmeurer[runtime] Remove useless DELETE builtin.
2015-08-12 bmeurer[runtime] Remove useless %_IsUndetectableObject intrinsic.
2015-08-11 bmeurer[runtime] Store constructor function index on primitive...
2015-08-10 bmeurer[runtime] Remove obsolete %GetPropertyNames runtime...
2015-08-10 bmeurer[runtime] Remove unused %ToBool runtime function.
2015-07-31 bmeurer[stubs] Unify (and optimize) implementation of ToObject.
2015-07-31 yangguoDebugger: move implementation to a separate folder.
2015-07-28 bmeurer[stubs] Also handle properties of the JSBuiltinsObject...
2015-07-28 bmeurer[stubs] Don't pass name to Load/StoreGlobalViaContext...
2015-07-27 bmeurer[stubs] Properly handle read-only properties in StoreGl...
2015-07-27 ishellCross-script variables handling fixed. It was possible...
2015-07-24 bmeurer[stubs] Optimize LoadGlobalViaContextStub and StoreGlob...
2015-07-17 verwaestProperly fix enumerate / Object.keys wrt access checked...
2015-07-17 verwaestFix GetOwnPropertyNames on access-checked objects
2015-07-17 verwaestFix getPrototypeOf for access checked objects
2015-07-14 ishellFollow-up for "Enable loads and stores to global vars...
2015-07-13 ishellLoads and stores to global vars are now made via proper...
2015-07-10 verwaestFix keyed access of primitive objects in the runtime.
2015-07-07 yangguoDebugger: clear ICs on activating step-in to correctly...
2015-07-02 verwaestAvoid converting key to string for deleting of elements
2015-07-02 verwaestCleanup API property handling
2015-07-02 ishellRemove deprecated v8::Object::TurnOnAccessCheck() from...
2015-06-30 conradw[strong] Implement strong property access semantics
2015-06-25 verwaestMove Add to the elements accessor for everything but...
2015-06-23 verwaestMove SetFastElementsCapacity into GrowCapacityAndConvert
2015-06-19 conradwRevert relanded strong property access CL
2015-06-18 conradwRevert of Revert of [strong] Implement strong mode...
2015-06-18 conradwRevert of [strong] Implement strong mode restrictions...
2015-06-18 conradw[strong] Implement strong mode restrictions on property...
2015-06-17 machenbachRevert of Add %TypedArray% to proto chain (patchset...
2015-06-16 littledanAdd %TypedArray% to proto chain
2015-06-12 verwaestIntroduce LookupIterator::PropertyOrElement which conve...
2015-06-12 verwaestReland of Replace SetObjectProperty / DefineObjectPrope...
2015-06-11 Toon VerwaestRestore ExecutableAccessorInfoHandling for now
2015-06-11 ishellRevert of Replace SetObjectProperty / DefineObjectPrope...
2015-06-11 verwaestReplace SetObjectProperty / DefineObjectProperty with...
2015-06-11 verwaestUse the LookupIterator for SetElement and friends
2015-06-08 mbrandyFix uninitialized variable compiler errors [GCC 4.8.4]
2015-06-02 verwaestRemove Execution::CharAt
2015-06-02 verwaestUse LookupIterator for GetElementAttributes and friends
2015-06-02 ishellGlobalDictionary now stores PropertyDetails in Property...
2015-06-01 ishellStarting using GlobalDictionary for global objects...
2015-05-27 jochenIntroduce v8::Object::CreateDataProperty
2015-05-21 arv[es6] Spread in array literals
2015-05-20 erikcorryRegularize namespace closing curlies
2015-05-13 rossberg[strong] Introduce strong bit
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-11 yangguoCall builtin code wrapped in functions from the bootstr...
2015-05-06 mvstantonOptimize the typeof operator.
2015-04-17 yangguoMigrate error messages, part 3 (runtime.js).
2015-03-24 svenpanneAdded %_HeapObjectGetMap and %_MapGetInstanceType intri...
2015-03-19 yangguoAdd debug checks to catch PropertyCell::cast failures.
2015-03-18 svenpanneTweak the TurboFan pipeline for stub compilation.
2015-03-05 svenpanneMade the entries of the various *_FUNCTION_LISTs disjoint.
2015-03-02 Sven PanneRemoved funky Maybe constructor and made fields private.
2015-03-02 Sven PannePolish Maybe API a bit, removing useless creativity...
2015-02-26 verwaestRemove internal use of v8::AccessType, always pass...
2015-02-17 mstarzingerFix representation for CompareIC in JSGenericLowering.
2015-02-11 dslomovnew classes: implement new.target passing to superclass...
2015-02-11 dslomovRevert of new classes: implement new.target passing...
2015-02-11 dslomovnew classes: implement new.target passing to superclass...
2015-02-04 arvAdd macro for getting a PropertyAttributes for the...
2015-02-04 arvClass methods should be non enumerable
2015-02-04 marjaIntroduce LanguageMode, drop StrictMode.
2015-01-30 dcarneyAdd MEGAMORPHIC state support for KeyedLoadIC
2015-01-22 dslomovnew classes: change semantics of super(...) call and...
2015-01-20 verwaestRemove ForceDelete
2015-01-19 ishellMassive renaming of PropertyType values and other impli...
2015-01-15 arvES6 computed property names
2014-12-17 machenbachRevert of ES6 computed property names (patchset #1...
2014-12-17 arvES6 computed property names
2014-12-16 arvRevert of ES6 computed property names (patchset #1...
2014-12-16 arvES6 computed property names
2014-12-15 jkummerowAdd infrastructure to keep track of references to proto...
2014-12-15 arvRevert of ES6 computed property names (patchset #9...
2014-12-15 jkummerowAdd fast path for array indices to Runtime_HasOwnProperty
2014-12-15 arvES6 computed property names
2014-12-10 adamkOptimize Object.seal and Object.preventExtensions
2014-12-05 verwaestAllow eval in detached contexts
2014-12-04 adamkOptimize testing for an index's existence in packed...
2014-11-19 ishellPropertyDetails cleanup: NORMAL property type merged...
2014-11-11 arv@chromium.orgClasses: Add support for arguments in default constructor
2014-11-11 arv@chromium.orgRevert "Classes: Add support for arguments in default...
2014-11-11 arv@chromium.orgClasses: Add support for arguments in default constructor
2014-11-11 jkummerow@chromium.orgReland "Avoid some unnecessary fast-properties map...
2014-11-11 ishell@chromium.orgReland "In-object double fields unboxing (for 64-bit...
2014-11-10 verwaest@chromium.orgRevert "In-object double fields unboxing (for 64-bit...
next