[runtime] Sanitize %NewClosure runtime entries.
[platform/upstream/v8.git] / src / runtime / runtime-scopes.cc
2015-09-10 bmeurer[runtime] Sanitize %NewClosure runtime entries.
2015-09-09 mstarzinger[turbofan] Make %Arguments composable with inlining.
2015-09-02 caitpotter88[es6] Re-implement rest parameters via desugaring.
2015-09-01 mstarzingerMake isolate.h usable without objects-inl.h header.
2015-08-28 bmeurer[es6] Implement spec compliant ToPrimitive in the runtime.
2015-08-26 yangguoCall JS functions via native context instead of js...
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-13 yangguoRevert of Group lexical context variables for faster...
2015-08-07 yangguoGroup lexical context variables for faster look up.
2015-08-07 rossberg[es6] Use strict arguments objects for destructured...
2015-08-05 mstarzingerCleanup unnecessary duplication of runtime functions.
2015-07-30 bmeurer[runtime] DeclareGlobals and DeclareLookupSlot don...
2015-07-23 rossberg[es6] Make sure temporaries are not allocated in block...
2015-07-10 arv[es6] Enforce TDZ checks for let/const in StoreLookupSlot
2015-07-08 ishellFixed a couple of proxies-related unhandled exceptions.
2015-07-06 ishellSupport for global var shortcuts in script contexts.
2015-07-02 verwaestDistinguish slow from fast sloppy arguments
2015-06-08 mbrandyFix uninitialized variable compiler errors [GCC 4.8.4]
2015-06-02 conradw[strong] create strong array literals
2015-05-20 erikcorryRegularize namespace closing curlies
2015-05-19 wingoReapply "Resolve references to "this" the same way...
2015-05-19 wingoRevert of Reapply "Resolve references to "this" the...
2015-05-18 wingoReapply "Resolve references to "this" the same way...
2015-05-13 yangguoRevert "Resolve references to "this" the same way as...
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 wingoResolve references to "this" the same way as normal...
2015-05-07 yangguoMigrate error messages, part 9.
2015-05-07 machenbachRevert of Resolve references to "this" the same way...
2015-05-06 wingoResolve references to "this" the same way as normal...
2015-05-05 wingoRevert of Resolve references to "this" the same way...
2015-05-05 wingoResolve references to "this" the same way as normal...
2015-04-27 wingoEagerly declare eval scopes, even for sloppy scopes
2015-04-24 marjaRevert of Eagerly declare eval scopes, even for sloppy...
2015-04-23 wingoEagerly declare eval scopes, even for sloppy scopes
2015-04-16 yangguoStart migrating error message templates to the runtime.
2015-03-05 rossbergFix exception for assignment to uninitialised const
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-02-26 adamkRe-introduce ImportDeclaration to the parser
2015-02-25 rossbergRemove effectful assertion
2015-02-25 jkummerowMake ComputeReceiverForNonGlobal faster
2015-02-24 jkummerowMove Maps' back pointers from "transitions" to "constru...
2015-02-24 yangguoNewError no longer returns a MaybeObject.
2015-02-17 adamkStrip Interface class of most of its logic, make it...
2015-02-14 caitpotter88Implement ES6 rest parameters
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 marjaIntroduce LanguageMode, drop StrictMode.
2015-01-19 ishellMassive renaming of PropertyType values and other impli...
2015-01-13 Sven PanneAvoid MSVC's C6323 warning (use of arithmetic operator...
2014-11-26 dslomovIntroduce legacy const slots in correct context.
2014-11-26 dslomovharmony-scoping: make assignment to 'const' a late...
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-07 dslomov@chromium.orgharmony_scoping: Implement lexical bindings at top...
2014-11-07 jkummerow@chromium.orgAdd FLAG_trace_maps
2014-10-20 yangguo@chromium.orgMove some Runtime:: functions and remove runtime.h...
2014-09-30 yangguo@chromium.orgSplit yet more runtime functions into separate files.