[builtins] Add support for NewTarget to Execution::New.
[platform/upstream/v8.git] / src / runtime / runtime-classes.cc
2015-09-22 bmeurer[builtins] Add support for NewTarget to Execution:...
2015-09-09 mstarzingerDesugar %DefaultConstructorCallSuper partially in parser.
2015-09-09 mstarzinger[turbofan] Make %Arguments composable with inlining.
2015-09-03 bmeurer[es6] Initial steps towards a correct implementation...
2015-09-02 conradw[strong] weak classes can't inherit from strong ones
2015-09-01 mstarzingerMake isolate.h usable without objects-inl.h header.
2015-08-27 mstarzingerMove runtime helper for ToName conversion onto Object.
2015-08-26 mstarzingerRemove named load from builtin in default super call.
2015-08-18 mstarzingerRemove grab-bag includes of v8.h from runtime entries.
2015-08-12 yangguoDo not save script object on the class constructor.
2015-08-12 mstarzingerRealize IWYU pattern for frames-inl.h header.
2015-08-05 conradw[strong] Refactor out separate strong runtime call...
2015-08-05 conradw[strong] dot prototypes of strong class literals should...
2015-07-31 yangguoDebugger: move implementation to a separate folder.
2015-07-30 conradwMove final parts of class literal setup into a single...
2015-07-20 mstarzinger[turbofan] Support handling of default super calls.
2015-07-16 mstarzingerRemove obsolete %CallSuperWithSpread intrinsic.
2015-07-13 conradw[strong] Strong classes can't extend null
2015-07-07 yangguoDebugger: clear ICs on activating step-in to correctly...
2015-06-30 conradw[strong] Implement strong property access semantics
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-12 verwaestIntroduce LookupIterator::PropertyOrElement which conve...
2015-06-12 verwaestIntroduce DefineOwnPropertyIgnoreAttributes and make...
2015-06-12 verwaestReland of Replace SetObjectProperty / DefineObjectPrope...
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 verwaestUse GetProperty for getting elements.
2015-05-20 erikcorryRegularize namespace closing curlies
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-04-22 arv[es6] Class extends may not be a generator function
2015-04-21 svenpanneRemoved src/{isolate,property-details,utils}-inl.h
2015-04-10 jkummerowHandlify Map::SetPrototype()
2015-04-09 caitpotter88[es6] implement spread calls
2015-03-11 svenpanneBailout for %_FastOneByteArrayJoin again.
2015-03-10 arv[es6] Throw TypeError for computed static prototype...
2015-03-05 svenpanneMade the entries of the various *_FUNCTION_LISTs disjoint.
2015-02-28 dslomovDisallow subclassing Arrays.
2015-02-27 dslomovRevert of Disallow subclassing Arrays. (patchset #3...
2015-02-27 dslomovDisallow subclassing Arrays.
2015-02-26 verwaestRemove internal use of v8::AccessType, always pass...
2015-02-24 jkummerowMove Maps' back pointers from "transitions" to "constru...
2015-02-19 arvSuper store
2015-02-12 Dmitry LomovRemove --experimental-classes flag and related dead...
2015-02-12 Dmitry Lomovnew classes: no longer experimental.
2015-02-11 dslomovnew classes: implement default constructors.
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-06 dslomovnew classes: assert that constructors are not callable...
2015-02-04 arvClass methods should be non enumerable
2015-02-04 marjaIntroduce LanguageMode, drop StrictMode.
2015-02-03 dslomovnew classes: special construct stub for derived classs...
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 arvES6 computed property names
2014-12-10 Adam KleinEnsure class prototype objects have the right Map:...
2014-11-11 arv@chromium.orgClasses: Add support for arguments in default constructor
2014-11-11 arv@chromium.orgES6: Add support for super in object literals
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-07 arv@chromium.orgClasses: Partial fix for constructor not calling super
2014-10-29 arv@chromium.orgClasses: Add super support in methods and accessors
2014-10-17 dslomov@chromium.orgKeyed stores to super with numeric keys.
2014-10-10 dslomov@chromium.orgKeyed loads from super with numeric keys.
2014-10-09 dslomov@chromium.orgKeyed stores to super where key is a name.
2014-10-08 arv@chromium.orgClasses: Add support for toString
2014-10-07 arv@chromium.orgThis uses a runtime function to set up the the construc...
2014-10-06 dslomov@chromium.orgSupport for super keyed loads where key is a name.
2014-10-01 dslomov@chromium.orgExtract runtime functions for classes into a separate...