[presubmit] Enable readability/namespace linter checking.
[platform/upstream/v8.git] / src / scopes.h
2015-11-20 mstarzinger[presubmit] Enable readability/namespace linter checking.
2015-09-24 bmeurer[es6] Introduce spec compliant IsConstructor.
2015-09-24 bmeurerRevert of [es6] Introduce spec compliant IsConstructor...
2015-09-24 bmeurer[es6] Introduce spec compliant IsConstructor.
2015-09-21 littledanImplement sloppy-mode block-defined functions (Annex...
2015-09-08 mstarzingerUse baseline code to compute message locations.
2015-08-28 littledanEnsure hole checks take place in switch statement scopes
2015-08-26 conradw[parser] disallow language mode directive in body of...
2015-08-25 rossberg[es6] Correct length for functions with default parameters
2015-08-24 littledanAdd a separate scope for switch
2015-08-22 littledanRevert of Add a separate scope for switch (patchset...
2015-08-21 littledanAdd a separate scope for switch
2015-08-21 rossberg[es6] Parameter scopes for sloppy eval
2015-08-11 littledanUse a new lexical context for sloppy-mode eval
2015-08-07 rossberg[es6] Use strict arguments objects for destructured...
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 mstarzingerAdd function literal variable to declaration list.
2015-07-15 rossberg[es6] Implement inner scope for functions with destruct...
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 yangguoParse eagerly inside block scopes.
2015-06-12 wingoAdd script context with context-allocated "const this"
2015-06-12 wingoRevert of Add script context with context-allocated...
2015-06-12 wingoAdd script context with context-allocated "const this"
2015-06-12 machenbachRevert of Add script context with context-allocated...
2015-06-12 wingoAdd script context with context-allocated "const this"
2015-06-04 arv[es6] super.prop, eval and lazy functions
2015-06-04 arvRefactor lexical home object binding
2015-06-02 arv[es6] Super call in arrows and eval
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-23 marja[strong] Stricter check for referring to other classes...
2015-04-21 wingoFactor formal argument parsing into ParserBase
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-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-16 caitpotter88[parsing]: eval/arguments parameter names are ok in...
2015-02-14 caitpotter88Implement ES6 rest parameters
2015-02-13 arvES6 Classes: Remove tracking of super construct calls.
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-23 dannoRemove the dependency of Zone on Isolate
2014-11-28 dslomovharmony-classes: Implement 'super(...)' call syntactic...
2014-11-14 Andy WingoRemove AstConstructionVisitor/AstNullVisitor
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-16 wingo@igalia.comTrack usage of "this" and "arguments" in Scope
2014-09-19 titzer@chromium.orgWiden the intake valve for TurboFan.
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-29 bmeurer@chromium.orgBulk update of Google copyright headers in source files.
2014-03-11 rossberg@chromium.orgEliminate extended mode, and other modes clean-up
2014-03-11 rossberg@chromium.orgMode clean-up pt 1: rename classic/non-strict mode...
2013-06-06 rossberg@chromium.orgAdd type field to AST expression nodes
2013-04-05 mstarzinger@chromi... Force context allocation for variables in generator...
2012-12-18 rossberg@chromium.orgSimplify implementation of assignment-to-const checks.
2012-11-22 rossberg@chromium.orgGet rid of static module allocation, do it in code.
2012-10-05 rossberg@chromium.orgMake sure that names of temporaries do not clash with...
2012-08-27 rossberg@chromium.orgIntroduce global contexts to represent lexical global...
2012-08-17 rossberg@chromium.orgRename "global context" to "native context",
next