[stubs] Use a single slot for context globals.
[platform/upstream/v8.git] / src / scopes.cc
2015-07-28 bmeurer[stubs] Use a single slot for context globals.
2015-07-24 rossbergRemove remnants of INTERNAL variable handling from...
2015-07-24 rossbergFind right scope associated with prologue
2015-07-23 rossberg[es6] Make sure temporaries are not allocated in block...
2015-07-23 rossberg[es6] Fix function context check for super and new...
2015-07-20 rossberg[es6] Check declaration conflicts between non-simple...
2015-07-15 rossberg[es6] Implement inner scope for functions with destruct...
2015-07-13 ishellLoads and stores to global vars are now made via proper...
2015-07-06 ishellSupport for global var shortcuts in script contexts.
2015-07-01 adamkRemove unused is_class_scope bit from Scope and ScopeInfo
2015-06-30 yangguoRemove outdated ban on lazy compilation due to scope...
2015-06-29 arv[es6] Make new.target work in functions
2015-06-29 yangguoParse eagerly inside block scopes.
2015-06-22 dslomov[destructuring] Implement parameter pattern matching.
2015-06-22 machenbachRevert of [destructuring] Implement parameter pattern...
2015-06-22 dslomov[destructuring] Implement parameter pattern matching.
2015-06-17 yangguo--print-scopes should ignore native code, even ones...
2015-06-04 arvRefactor lexical home object binding
2015-06-02 arv[es6] Super call in arrows and eval
2015-06-01 erikcorryCosmetic changes to tests to make it easier to concaten...
2015-06-01 caitpotter88Revert of [es6] implement default parameters via desuga...
2015-06-01 caitpotter88[es6] implement default parameters via desugaring
2015-06-01 arvRevert of [es6] Super call in arrows and eval (patchset...
2015-06-01 arv[es6] Super call in arrows and eval
2015-05-26 arv[es6] Support super.property in eval and arrow functions
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-18 yangguoMigrate error messages, part 12.
2015-05-13 yangguoRevert "Resolve references to "this" the same way as...
2015-05-11 wingoRemove Scope::scope_uses_this_ flag
2015-05-11 wingoResolve references to "this" the same way as normal...
2015-05-07 machenbachRevert of Remove Scope::scope_uses_this_ flag (patchset...
2015-05-07 machenbachRevert of Remove Scope::scope_uses_arguments_ flag...
2015-05-07 machenbachRevert of Resolve references to "this" the same way...
2015-05-06 wingoRemove Scope::scope_uses_arguments_ flag
2015-05-06 wingoRemove Scope::scope_uses_this_ flag
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-24 marja[strong] Simplify the classes-referring-to-classes...
2015-04-24 marja[strong] Sanity fix / follow up for r28032.
2015-04-23 marja[strong] Stricter check for referring to other classes...
2015-04-23 wingoFunction scopes only must have a context if they call...
2015-04-22 dslomovStack allocate lexical locals + hoist stack slots
2015-04-21 wingoFactor formal argument parsing into ParserBase
2015-04-16 marja[strong] Allow mutually recursive classes.
2015-04-13 adamkSplit TemplateHashMapImpl::Lookup into two methods
2015-04-09 arvLexical arguments for arrow functions
2015-03-24 marja[strong] Check strong mode free variables against the...
2015-03-24 aperezCleanups needed for this-scoping in arrow functions
2015-03-11 adamkModules: simplify logic around allocation of module...
2015-03-10 marja[strong] More scoping related errors: object literal...
2015-03-09 titzerExtract ParseInfo from CompilationInfo.
2015-03-09 marja[strong] Fix scoping related errors for methods.
2015-02-26 marja[strong] Declaration-after-use errors.
2015-02-18 adamkRename Interface to ModuleDescriptor
2015-02-17 adamkStrip Interface class of most of its logic, make it...
2015-02-13 arvES6 Classes: Remove tracking of super construct calls.
2015-02-13 arvFix lazy parsing for functions that use super.
2015-02-12 Dmitry LomovRemove --experimental-classes flag and related dead...
2015-02-12 rossberg[strong] no sloppy equality
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-10 marjaParsing: Make Scope not know about Isolate.
2015-02-04 marjaIntroduce LanguageMode, drop StrictMode.
2015-02-03 dslomovnew classes: special construct stub for derived classs...
2015-01-30 caitpotter88Implement parsing of ES6 Rest Parameters
2015-01-27 adamkBegin modernization of --harmony-modules
2015-01-23 dannoRemove the dependency of Zone on Isolate
2014-12-01 dslomovharmony-classes: Fix some issues with syntactic restric...
2014-11-28 dslomovharmony-classes: Implement 'super(...)' call syntactic...
2014-11-26 dslomovharmony-scoping: make assignment to 'const' a late...
2014-11-14 Andy WingoRemove AstConstructionVisitor/AstNullVisitor
2014-11-13 Michael StarzingerPerform receiver patching for sloppy mode in high-level IR.
2014-11-12 dslomov@chromium.orgVarious clean-ups after top-level lexical declarations...
2014-11-11 arv@chromium.orgES6: Add support for super in object literals
2014-10-21 wingo@igalia.comAssign bailout and type feedback IDs in a post-pass
2014-10-21 svenpanne@chromium.orgRevert "Assign bailout and type feedback IDs in a post...
2014-10-21 svenpanne@chromium.orgAssign bailout and type feedback IDs in a post-pass
2014-10-16 wingo@igalia.comTrack usage of "this" and "arguments" in Scope
2014-10-06 svenpanne@chromium.orgSqueeze the layout of variable proxy nodes.
2014-09-19 titzer@chromium.orgWiden the intake valve for TurboFan.
2014-09-01 yangguo@chromium.orgDo not expose termination exceptions to the Exception...
2014-08-22 marja@chromium.orgTake ast node id counting away from Isolate.
2014-08-04 bmeurer@chromium.orgRename ASSERT* to DCHECK*.
2014-07-30 danno@chromium.orgLand the Fan (disabled)
2014-06-30 rossberg@chromium.orgRip out unused inner_scope_contains_with flag
2014-06-26 rossberg@chromium.orgInfer whether a variable is assigned in inner functions
2014-06-24 marja@chromium.orgNew try: Parser: Delay internalizing strings and values
2014-06-18 marja@chromium.orgRevert "Parser: Delay internalizing strings and values...
2014-06-13 marja@chromium.orgParser: Delay internalizing strings and values.
2014-06-03 jochen@chromium.orgUse full include paths everywhere
2014-05-22 rossberg@chromium.orgConsistently say 'own' property
2014-04-30 ishell@chromium.orgScopeInfo::ContextSlotIndex() handlified.
2014-04-29 bmeurer@chromium.orgBulk update of Google copyright headers in source files.
2014-04-22 wingo@igalia.comContext-allocate all parameters in generators
2014-04-08 yangguo@chromium.orgReturn MaybeHandle from SetElement and DeleteElement.
2014-03-11 rossberg@chromium.orgEliminate extended mode, and other modes clean-up
next