projects
/
platform
/
upstream
/
v8.git
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
[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.
blob
|
commitdiff
|
raw
2015-07-24
rossberg
Remove remnants of INTERNAL variable handling from...
blob
|
commitdiff
|
raw
|
diff to current
2015-07-24
rossberg
Find right scope associated with prologue
blob
|
commitdiff
|
raw
|
diff to current
2015-07-23
rossberg
[es6] Make sure temporaries are not allocated in block...
blob
|
commitdiff
|
raw
|
diff to current
2015-07-23
rossberg
[es6] Fix function context check for super and new...
blob
|
commitdiff
|
raw
|
diff to current
2015-07-20
rossberg
[es6] Check declaration conflicts between non-simple...
blob
|
commitdiff
|
raw
|
diff to current
2015-07-15
rossberg
[es6] Implement inner scope for functions with destruct...
blob
|
commitdiff
|
raw
|
diff to current
2015-07-13
ishell
Loads and stores to global vars are now made via proper...
blob
|
commitdiff
|
raw
|
diff to current
2015-07-06
ishell
Support for global var shortcuts in script contexts.
blob
|
commitdiff
|
raw
|
diff to current
2015-07-01
adamk
Remove unused is_class_scope bit from Scope and ScopeInfo
blob
|
commitdiff
|
raw
|
diff to current
2015-06-30
yangguo
Remove outdated ban on lazy compilation due to scope...
blob
|
commitdiff
|
raw
|
diff to current
2015-06-29
arv
[es6] Make new.target work in functions
blob
|
commitdiff
|
raw
|
diff to current
2015-06-29
yangguo
Parse eagerly inside block scopes.
blob
|
commitdiff
|
raw
|
diff to current
2015-06-22
dslomov
[destructuring] Implement parameter pattern matching.
blob
|
commitdiff
|
raw
|
diff to current
2015-06-22
machenbach
Revert of [destructuring] Implement parameter pattern...
blob
|
commitdiff
|
raw
|
diff to current
2015-06-22
dslomov
[destructuring] Implement parameter pattern matching.
blob
|
commitdiff
|
raw
|
diff to current
2015-06-17
yangguo
--print-scopes should ignore native code, even ones...
blob
|
commitdiff
|
raw
|
diff to current
2015-06-04
arv
Refactor lexical home object binding
blob
|
commitdiff
|
raw
|
diff to current
2015-06-02
arv
[es6] Super call in arrows and eval
blob
|
commitdiff
|
raw
|
diff to current
2015-06-01
erikcorry
Cosmetic changes to tests to make it easier to concaten...
blob
|
commitdiff
|
raw
|
diff to current
2015-06-01
caitpotter88
Revert of [es6] implement default parameters via desuga...
blob
|
commitdiff
|
raw
|
diff to current
2015-06-01
caitpotter88
[es6] implement default parameters via desugaring
blob
|
commitdiff
|
raw
|
diff to current
2015-06-01
arv
Revert of [es6] Super call in arrows and eval (patchset...
blob
|
commitdiff
|
raw
|
diff to current
2015-06-01
arv
[es6] Super call in arrows and eval
blob
|
commitdiff
|
raw
|
diff to current
2015-05-26
arv
[es6] Support super.property in eval and arrow functions
blob
|
commitdiff
|
raw
|
diff to current
2015-05-19
wingo
Reapply "Resolve references to "this" the same way...
blob
|
commitdiff
|
raw
|
diff to current
2015-05-19
wingo
Revert of Reapply "Resolve references to "this" the...
blob
|
commitdiff
|
raw
|
diff to current
2015-05-18
wingo
Reapply "Resolve references to "this" the same way...
blob
|
commitdiff
|
raw
|
diff to current
2015-05-18
yangguo
Migrate error messages, part 12.
blob
|
commitdiff
|
raw
|
diff to current
2015-05-13
yangguo
Revert "Resolve references to "this" the same way as...
blob
|
commitdiff
|
raw
|
diff to current
2015-05-11
wingo
Remove Scope::scope_uses_this_ flag
blob
|
commitdiff
|
raw
|
diff to current
2015-05-11
wingo
Resolve references to "this" the same way as normal...
blob
|
commitdiff
|
raw
|
diff to current
2015-05-07
machenbach
Revert of Remove Scope::scope_uses_this_ flag (patchset...
blob
|
commitdiff
|
raw
|
diff to current
2015-05-07
machenbach
Revert of Remove Scope::scope_uses_arguments_ flag...
blob
|
commitdiff
|
raw
|
diff to current
2015-05-07
machenbach
Revert of Resolve references to "this" the same way...
blob
|
commitdiff
|
raw
|
diff to current
2015-05-06
wingo
Remove Scope::scope_uses_arguments_ flag
blob
|
commitdiff
|
raw
|
diff to current
2015-05-06
wingo
Remove Scope::scope_uses_this_ flag
blob
|
commitdiff
|
raw
|
diff to current
2015-05-06
wingo
Resolve references to "this" the same way as normal...
blob
|
commitdiff
|
raw
|
diff to current
2015-05-05
wingo
Revert of Resolve references to "this" the same way...
blob
|
commitdiff
|
raw
|
diff to current
2015-05-05
wingo
Resolve references to "this" the same way as normal...
blob
|
commitdiff
|
raw
|
diff to current
2015-04-24
marja
[strong] Simplify the classes-referring-to-classes...
blob
|
commitdiff
|
raw
|
diff to current
2015-04-24
marja
[strong] Sanity fix / follow up for r28032.
blob
|
commitdiff
|
raw
|
diff to current
2015-04-23
marja
[strong] Stricter check for referring to other classes...
blob
|
commitdiff
|
raw
|
diff to current
2015-04-23
wingo
Function scopes only must have a context if they call...
blob
|
commitdiff
|
raw
|
diff to current
2015-04-22
dslomov
Stack allocate lexical locals + hoist stack slots
blob
|
commitdiff
|
raw
|
diff to current
2015-04-21
wingo
Factor formal argument parsing into ParserBase
blob
|
commitdiff
|
raw
|
diff to current
2015-04-16
marja
[strong] Allow mutually recursive classes.
blob
|
commitdiff
|
raw
|
diff to current
2015-04-13
adamk
Split TemplateHashMapImpl::Lookup into two methods
blob
|
commitdiff
|
raw
|
diff to current
2015-04-09
arv
Lexical arguments for arrow functions
blob
|
commitdiff
|
raw
|
diff to current
2015-03-24
marja
[strong] Check strong mode free variables against the...
blob
|
commitdiff
|
raw
|
diff to current
2015-03-24
aperez
Cleanups needed for this-scoping in arrow functions
blob
|
commitdiff
|
raw
|
diff to current
2015-03-11
adamk
Modules: simplify logic around allocation of module...
blob
|
commitdiff
|
raw
|
diff to current
2015-03-10
marja
[strong] More scoping related errors: object literal...
blob
|
commitdiff
|
raw
|
diff to current
2015-03-09
titzer
Extract ParseInfo from CompilationInfo.
blob
|
commitdiff
|
raw
|
diff to current
2015-03-09
marja
[strong] Fix scoping related errors for methods.
blob
|
commitdiff
|
raw
|
diff to current
2015-02-26
marja
[strong] Declaration-after-use errors.
blob
|
commitdiff
|
raw
|
diff to current
2015-02-18
adamk
Rename Interface to ModuleDescriptor
blob
|
commitdiff
|
raw
|
diff to current
2015-02-17
adamk
Strip Interface class of most of its logic, make it...
blob
|
commitdiff
|
raw
|
diff to current
2015-02-13
arv
ES6 Classes: Remove tracking of super construct calls.
blob
|
commitdiff
|
raw
|
diff to current
2015-02-13
arv
Fix lazy parsing for functions that use super.
blob
|
commitdiff
|
raw
|
diff to current
2015-02-12
Dmitry Lomov
Remove --experimental-classes flag and related dead...
blob
|
commitdiff
|
raw
|
diff to current
2015-02-12
rossberg
[strong] no sloppy equality
blob
|
commitdiff
|
raw
|
diff to current
2015-02-11
dslomov
new classes: implement new.target passing to superclass...
blob
|
commitdiff
|
raw
|
diff to current
2015-02-11
dslomov
Revert of new classes: implement new.target passing...
blob
|
commitdiff
|
raw
|
diff to current
2015-02-11
dslomov
new classes: implement new.target passing to superclass...
blob
|
commitdiff
|
raw
|
diff to current
2015-02-10
marja
Parsing: Make Scope not know about Isolate.
blob
|
commitdiff
|
raw
|
diff to current
2015-02-04
marja
Introduce LanguageMode, drop StrictMode.
blob
|
commitdiff
|
raw
|
diff to current
2015-02-03
dslomov
new classes: special construct stub for derived classs...
blob
|
commitdiff
|
raw
|
diff to current
2015-01-30
caitpotter88
Implement parsing of ES6 Rest Parameters
blob
|
commitdiff
|
raw
|
diff to current
2015-01-27
adamk
Begin modernization of --harmony-modules
blob
|
commitdiff
|
raw
|
diff to current
2015-01-23
danno
Remove the dependency of Zone on Isolate
blob
|
commitdiff
|
raw
|
diff to current
2014-12-01
dslomov
harmony-classes: Fix some issues with syntactic restric...
blob
|
commitdiff
|
raw
|
diff to current
2014-11-28
dslomov
harmony-classes: Implement 'super(...)' call syntactic...
blob
|
commitdiff
|
raw
|
diff to current
2014-11-26
dslomov
harmony-scoping: make assignment to 'const' a late...
blob
|
commitdiff
|
raw
|
diff to current
2014-11-14
Andy Wingo
Remove AstConstructionVisitor/AstNullVisitor
blob
|
commitdiff
|
raw
|
diff to current
2014-11-13
Michael Starzinger
Perform receiver patching for sloppy mode in high-level IR.
blob
|
commitdiff
|
raw
|
diff to current
2014-11-12
dslomov@chromium.org
Various clean-ups after top-level lexical declarations...
blob
|
commitdiff
|
raw
|
diff to current
2014-11-11
arv@chromium.org
ES6: Add support for super in object literals
blob
|
commitdiff
|
raw
|
diff to current
2014-10-21
wingo@igalia.com
Assign bailout and type feedback IDs in a post-pass
blob
|
commitdiff
|
raw
|
diff to current
2014-10-21
svenpanne@chromium.org
Revert "Assign bailout and type feedback IDs in a post...
blob
|
commitdiff
|
raw
|
diff to current
2014-10-21
svenpanne@chromium.org
Assign bailout and type feedback IDs in a post-pass
blob
|
commitdiff
|
raw
|
diff to current
2014-10-16
wingo@igalia.com
Track usage of "this" and "arguments" in Scope
blob
|
commitdiff
|
raw
|
diff to current
2014-10-06
svenpanne@chromium.org
Squeeze the layout of variable proxy nodes.
blob
|
commitdiff
|
raw
|
diff to current
2014-09-19
titzer@chromium.org
Widen the intake valve for TurboFan.
blob
|
commitdiff
|
raw
|
diff to current
2014-09-01
yangguo@chromium.org
Do not expose termination exceptions to the Exception...
blob
|
commitdiff
|
raw
|
diff to current
2014-08-22
marja@chromium.org
Take ast node id counting away from Isolate.
blob
|
commitdiff
|
raw
|
diff to current
2014-08-04
bmeurer@chromium.org
Rename ASSERT* to DCHECK*.
blob
|
commitdiff
|
raw
|
diff to current
2014-07-30
danno@chromium.org
Land the Fan (disabled)
blob
|
commitdiff
|
raw
|
diff to current
2014-06-30
rossberg@chromium.org
Rip out unused inner_scope_contains_with flag
blob
|
commitdiff
|
raw
|
diff to current
2014-06-26
rossberg@chromium.org
Infer whether a variable is assigned in inner functions
blob
|
commitdiff
|
raw
|
diff to current
2014-06-24
marja@chromium.org
New try: Parser: Delay internalizing strings and values
blob
|
commitdiff
|
raw
|
diff to current
2014-06-18
marja@chromium.org
Revert "Parser: Delay internalizing strings and values...
blob
|
commitdiff
|
raw
|
diff to current
2014-06-13
marja@chromium.org
Parser: Delay internalizing strings and values.
blob
|
commitdiff
|
raw
|
diff to current
2014-06-03
jochen@chromium.org
Use full include paths everywhere
blob
|
commitdiff
|
raw
|
diff to current
2014-05-22
rossberg@chromium.org
Consistently say 'own' property
blob
|
commitdiff
|
raw
|
diff to current
2014-04-30
ishell@chromium.org
ScopeInfo::ContextSlotIndex() handlified.
blob
|
commitdiff
|
raw
|
diff to current
2014-04-29
bmeurer@chromium.org
Bulk update of Google copyright headers in source files.
blob
|
commitdiff
|
raw
|
diff to current
2014-04-22
wingo@igalia.com
Context-allocate all parameters in generators
blob
|
commitdiff
|
raw
|
diff to current
2014-04-08
yangguo@chromium.org
Return MaybeHandle from SetElement and DeleteElement.
blob
|
commitdiff
|
raw
|
diff to current
2014-03-11
rossberg@chromium.org
Eliminate extended mode, and other modes clean-up
blob
|
commitdiff
|
raw
|
diff to current
next