[stubs] Also handle properties of the JSBuiltinsObject in the fast case.
[platform/upstream/v8.git] / src / runtime / runtime-object.cc
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...
2014-11-10 ishell@chromium.orgIn-object double fields unboxing (for 64-bit only).
2014-11-07 arv@chromium.orgRevert "Avoid some unnecessary fast-properties map...
2014-11-07 jkummerow@chromium.orgAvoid some unnecessary fast-properties map creations.
2014-11-07 jkummerow@chromium.orgAdd FLAG_trace_maps
2014-10-20 yangguo@chromium.orgMove some Runtime:: functions and remove runtime.h...
2014-10-14 yangguo@chromium.orgCatch exceptions thrown when enqueuing change records.
2014-10-10 yangguo@chromium.orgSplit off remaining runtime functions in runtime.cc.