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
/
scopeinfo.cc
2015-07-28
bmeurer
[stubs] Use a single slot for context globals.
blob
|
commitdiff
|
raw
2015-07-28
bmeurer
[stubs] Don't pass name to Load/StoreGlobalViaContext...
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-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-12
verwaest
Reland of Replace SetObjectProperty / DefineObjectPrope...
blob
|
commitdiff
|
raw
|
diff to current
2015-06-12
wingo
Add script context with context-allocated "const this"
blob
|
commitdiff
|
raw
|
diff to current
2015-06-12
wingo
Revert of Add script context with context-allocated...
blob
|
commitdiff
|
raw
|
diff to current
2015-06-12
wingo
Add script context with context-allocated "const this"
blob
|
commitdiff
|
raw
|
diff to current
2015-06-12
machenbach
Revert of Add script context with context-allocated...
blob
|
commitdiff
|
raw
|
diff to current
2015-06-12
wingo
Add script context with context-allocated "const this"
blob
|
commitdiff
|
raw
|
diff to current
2015-06-11
ishell
Revert of Replace SetObjectProperty / DefineObjectPrope...
blob
|
commitdiff
|
raw
|
diff to current
2015-06-11
verwaest
Replace SetObjectProperty / DefineObjectProperty with...
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-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-13
yangguo
Revert "Resolve references to "this" the same way as...
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 Resolve references to "this" the same way...
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-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-03-24
marja
[strong] Check strong mode free variables against the...
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-19
adamk
Teach ModuleDescriptor about basic local exports
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-14
caitpotter88
Implement ES6 rest parameters
blob
|
commitdiff
|
raw
|
diff to current
2015-02-04
marja
Introduce LanguageMode, drop StrictMode.
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-08
dslomov
Do not reflect uninitialized 'let' and 'const' in scope...
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-09-19
titzer@chromium.org
Widen the intake valve for TurboFan.
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-27
verwaest@chromium.org
Split SetProperty(...attributes, strictmode) into Defin...
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
StringTable::Lookup*IfExist() handlified.
blob
|
commitdiff
|
raw
|
diff to current
2014-04-30
ishell@chromium.org
ContextSlotCache::Update() handlified.
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-23
wingo@igalia.com
Avoid exposing compiler-allocated temporaries to the...
blob
|
commitdiff
|
raw
|
diff to current
2014-04-04
yangguo@chromium.org
Return MaybeHandle from SetProperty.
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
2014-03-11
rossberg@chromium.org
Mode clean-up pt 1: rename classic/non-strict mode...
blob
|
commitdiff
|
raw
|
diff to current
2013-11-20
svenpanne@chromium.org
Removed unused --preallocate-message-memory flag.
blob
|
commitdiff
|
raw
|
diff to current
2013-11-07
rafaelw@chromium.org
Handlify Runtime::SetObjectProperty
blob
|
commitdiff
|
raw
|
diff to current
2013-10-02
yangguo@chromium.org
Correctly handlify CopyContextLocalsToScopeObject.
blob
|
commitdiff
|
raw
|
diff to current
2013-09-11
dcarney@chromium.org
move HEAP to /test
blob
|
commitdiff
|
raw
|
diff to current
2013-09-03
dcarney@chromium.org
remove Isolate::Current from most files starting with...
blob
|
commitdiff
|
raw
|
diff to current
2013-06-06
rossberg@chromium.org
Add type field to AST expression nodes
blob
|
commitdiff
|
raw
|
diff to current
2013-06-04
mstarzinger@chromi...
Deprecate FACTORY helper macro.
blob
|
commitdiff
|
raw
|
diff to current
2013-02-28
rossberg@chromium.org
Renamed "symbols" to "internalized strings" throughout...
blob
|
commitdiff
|
raw
|
diff to current
2013-02-27
svenpanne@chromium.org
Miscellaneous profile-driven Isolate plumbing.
blob
|
commitdiff
|
raw
|
diff to current
2013-02-25
ulan@chromium.org
Debugger: ScopeMirror has N^2 algorithm when building...
blob
|
commitdiff
|
raw
|
diff to current
2013-02-25
ulan@chromium.org
Revert r13699 "Debugger: ScopeMirror has N^2 algorithm...
blob
|
commitdiff
|
raw
|
diff to current
2013-02-20
yangguo@chromium.org
Debugger: ScopeMirror has N^2 algorithm when building...
blob
|
commitdiff
|
raw
|
diff to current
2012-11-22
rossberg@chromium.org
Get rid of static module allocation, do it in code.
blob
|
commitdiff
|
raw
|
diff to current
2012-07-09
rossberg@chromium.org
Implement proper module linking.
blob
|
commitdiff
|
raw
|
diff to current
2012-06-11
sanjoy@chromium.org
Remove TLS access for current Zone.
blob
|
commitdiff
|
raw
|
diff to current
2012-04-16
rossberg@chromium.org
Implement rudimentary module linking.
blob
|
commitdiff
|
raw
|
diff to current
2012-04-16
rossberg@chromium.org
Refactoring of code generation for declarations, in...
blob
|
commitdiff
|
raw
|
diff to current
2011-11-24
keuchel@chromium.org
Introduce extended mode.
blob
|
commitdiff
|
raw
|
diff to current
2011-11-03
keuchel@chromium.org
Clean up Scope::CollectUsedVariables.
blob
|
commitdiff
|
raw
|
diff to current
2011-11-03
keuchel@chromium.org
Remove some unnecessary binding initialization checks.
blob
|
commitdiff
|
raw
|
diff to current
2011-11-03
keuchel@chromium.org
Cleanup ScopeInfo and SerializedScopeInfo.
blob
|
commitdiff
|
raw
|
diff to current
2011-10-25
keuchel@chromium.org
Block scoped const variables.
blob
|
commitdiff
|
raw
|
diff to current
2011-10-21
keuchel@chromium.org
Reapply r9673 "Scope tree serialization and ScopeIterat...
blob
|
commitdiff
|
raw
|
diff to current
2011-10-19
keuchel@chromium.org
Revert 9673, 9674 and 9675 because of failing webkit...
blob
|
commitdiff
|
raw
|
diff to current
2011-10-18
keuchel@chromium.org
Scope tree serialization and ScopeIterator cleanup.
blob
|
commitdiff
|
raw
|
diff to current
2011-10-11
fschneider@chromiu...
Move declaration of SerializedScopeInfo from variables...
blob
|
commitdiff
|
raw
|
diff to current
2011-09-07
kmillikin@chromium.org
Remove variable rewrites and the unneccesary Slot class.
blob
|
commitdiff
|
raw
|
diff to current
2011-09-01
fschneider@chromiu...
Support declarations of context allocated locals in...
blob
|
commitdiff
|
raw
|
diff to current
2011-08-11
keuchel@chromium.org
Preliminary code for block scopes and block contexts.
blob
|
commitdiff
|
raw
|
diff to current
2011-07-12
svenpanne@chromium.org
Fixed a long-standing TODO: Removed a few *-incl.h...
blob
|
commitdiff
|
raw
|
diff to current
2011-05-11
ager@chromium.org
Allow closures to be optimized if outer contexts that...
blob
|
commitdiff
|
raw
|
diff to current
2011-03-18
vitalyr@chromium.org
Merge isolates to bleeding_edge.
blob
|
commitdiff
|
raw
|
diff to current
2011-03-18
vitalyr@chromium.org
Revert r7268: it borked the history.
blob
|
commitdiff
|
raw
|
diff to current
2011-03-18
vitalyr@chromium.org
Merge isolates to bleeding_edge.
blob
|
commitdiff
|
raw
|
diff to current
2011-01-19
antonm@chromium.org
Properly create variables to access outer arguments...
blob
|
commitdiff
|
raw
|
diff to current
2010-09-24
kmillikin@chromium.org
Clean up some messiness in Scopes.
blob
|
commitdiff
|
raw
|
diff to current
2010-07-14
kaznacheev@chromiu...
Create a separate class to encapsulate ScopeInfo serial...
blob
|
commitdiff
|
raw
|
diff to current
2010-07-13
kaznacheev@chromiu...
Move serialized scope info from Code object to SharedFu...
blob
|
commitdiff
|
raw
|
diff to current
2010-06-23
ricow@chromium.org
Only flush code when there are no heap allocated locals...
blob
|
commitdiff
|
raw
|
diff to current
2010-03-08
kmillikin@chromium.org
Remove unneeded variable usage analysis.
blob
|
commitdiff
|
raw
|
diff to current
2010-02-22
whesse@chromium.org
Add integer casts to make v8 compile without warnings...
blob
|
commitdiff
|
raw
|
diff to current
2009-11-11
lrn@chromium.org
Fix warnings on Win64.
blob
|
commitdiff
|
raw
|
diff to current
2009-11-05
kmillikin@chromium.org
Remove an unused enumeration value.
blob
|
commitdiff
|
raw
|
diff to current
2009-06-22
bak@chromium.org
Implemented a ContextSlotCache for compiled code.
blob
|
commitdiff
|
raw
|
diff to current
2009-05-25
mikhail.naganov...
Split nested namespaces declaration in two lines in...
blob
|
commitdiff
|
raw
|
diff to current
2009-05-18
bak@chromium.org
Changed FuncNameInferrer and ScopeInfo to support zone...
blob
|
commitdiff
|
raw
|
diff to current
2009-02-24
ager@chromium.org
Speed up access to global variables from eval scopes...
blob
|
commitdiff
|
raw
|
diff to current
2009-02-05
ager@chromium.org
Remove unused code. This code used to be used to ...
blob
|
commitdiff
|
raw
|
diff to current
next