[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.
2015-07-28 bmeurer[stubs] Don't pass name to Load/StoreGlobalViaContext...
2015-07-23 rossberg[es6] Make sure temporaries are not allocated in block...
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-12 verwaestReland of Replace SetObjectProperty / DefineObjectPrope...
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-11 ishellRevert of Replace SetObjectProperty / DefineObjectPrope...
2015-06-11 verwaestReplace SetObjectProperty / DefineObjectProperty with...
2015-06-01 erikcorryCosmetic changes to tests to make it easier to concaten...
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-11 wingoResolve references to "this" the same way as normal...
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-23 wingoFunction scopes only must have a context if they call...
2015-04-22 dslomovStack allocate lexical locals + hoist stack slots
2015-03-24 marja[strong] Check strong mode free variables against the...
2015-03-09 marja[strong] Fix scoping related errors for methods.
2015-02-19 adamkTeach ModuleDescriptor about basic local exports
2015-02-18 adamkRename Interface to ModuleDescriptor
2015-02-17 adamkStrip Interface class of most of its logic, make it...
2015-02-14 caitpotter88Implement ES6 rest parameters
2015-02-04 marjaIntroduce LanguageMode, drop StrictMode.
2015-01-23 dannoRemove the dependency of Zone on Isolate
2014-12-08 dslomovDo not reflect uninitialized 'let' and 'const' in scope...
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-27 verwaest@chromium.orgSplit SetProperty(...attributes, strictmode) into Defin...
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.orgStringTable::Lookup*IfExist() handlified.
2014-04-30 ishell@chromium.orgContextSlotCache::Update() handlified.
2014-04-30 ishell@chromium.orgScopeInfo::ContextSlotIndex() handlified.
2014-04-29 bmeurer@chromium.orgBulk update of Google copyright headers in source files.
2014-04-23 wingo@igalia.comAvoid exposing compiler-allocated temporaries to the...
2014-04-04 yangguo@chromium.orgReturn MaybeHandle from SetProperty.
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-11-20 svenpanne@chromium.orgRemoved unused --preallocate-message-memory flag.
2013-11-07 rafaelw@chromium.orgHandlify Runtime::SetObjectProperty
2013-10-02 yangguo@chromium.orgCorrectly handlify CopyContextLocalsToScopeObject.
2013-09-11 dcarney@chromium.orgmove HEAP to /test
2013-09-03 dcarney@chromium.orgremove Isolate::Current from most files starting with...
2013-06-06 rossberg@chromium.orgAdd type field to AST expression nodes
2013-06-04 mstarzinger@chromi... Deprecate FACTORY helper macro.
2013-02-28 rossberg@chromium.orgRenamed "symbols" to "internalized strings" throughout...
2013-02-27 svenpanne@chromium.orgMiscellaneous profile-driven Isolate plumbing.
2013-02-25 ulan@chromium.orgDebugger: ScopeMirror has N^2 algorithm when building...
2013-02-25 ulan@chromium.orgRevert r13699 "Debugger: ScopeMirror has N^2 algorithm...
2013-02-20 yangguo@chromium.orgDebugger: ScopeMirror has N^2 algorithm when building...
2012-11-22 rossberg@chromium.orgGet rid of static module allocation, do it in code.
2012-07-09 rossberg@chromium.orgImplement proper module linking.
2012-06-11 sanjoy@chromium.orgRemove TLS access for current Zone.
2012-04-16 rossberg@chromium.orgImplement rudimentary module linking.
2012-04-16 rossberg@chromium.orgRefactoring of code generation for declarations, in...
2011-11-24 keuchel@chromium.orgIntroduce extended mode.
2011-11-03 keuchel@chromium.orgClean up Scope::CollectUsedVariables.
2011-11-03 keuchel@chromium.orgRemove some unnecessary binding initialization checks.
2011-11-03 keuchel@chromium.orgCleanup ScopeInfo and SerializedScopeInfo.
2011-10-25 keuchel@chromium.orgBlock scoped const variables.
2011-10-21 keuchel@chromium.orgReapply r9673 "Scope tree serialization and ScopeIterat...
2011-10-19 keuchel@chromium.orgRevert 9673, 9674 and 9675 because of failing webkit...
2011-10-18 keuchel@chromium.orgScope tree serialization and ScopeIterator cleanup.
2011-10-11 fschneider@chromiu... Move declaration of SerializedScopeInfo from variables...
2011-09-07 kmillikin@chromium.orgRemove variable rewrites and the unneccesary Slot class.
2011-09-01 fschneider@chromiu... Support declarations of context allocated locals in...
2011-08-11 keuchel@chromium.orgPreliminary code for block scopes and block contexts.
2011-07-12 svenpanne@chromium.orgFixed a long-standing TODO: Removed a few *-incl.h...
2011-05-11 ager@chromium.orgAllow closures to be optimized if outer contexts that...
2011-03-18 vitalyr@chromium.orgMerge isolates to bleeding_edge.
2011-03-18 vitalyr@chromium.orgRevert r7268: it borked the history.
2011-03-18 vitalyr@chromium.orgMerge isolates to bleeding_edge.
2011-01-19 antonm@chromium.orgProperly create variables to access outer arguments...
2010-09-24 kmillikin@chromium.orgClean up some messiness in Scopes.
2010-07-14 kaznacheev@chromiu... Create a separate class to encapsulate ScopeInfo serial...
2010-07-13 kaznacheev@chromiu... Move serialized scope info from Code object to SharedFu...
2010-06-23 ricow@chromium.orgOnly flush code when there are no heap allocated locals...
2010-03-08 kmillikin@chromium.orgRemove unneeded variable usage analysis.
2010-02-22 whesse@chromium.orgAdd integer casts to make v8 compile without warnings...
2009-11-11 lrn@chromium.orgFix warnings on Win64.
2009-11-05 kmillikin@chromium.orgRemove an unused enumeration value.
2009-06-22 bak@chromium.orgImplemented a ContextSlotCache for compiled code.
2009-05-25 mikhail.naganov... Split nested namespaces declaration in two lines in...
2009-05-18 bak@chromium.orgChanged FuncNameInferrer and ScopeInfo to support zone...
2009-02-24 ager@chromium.orgSpeed up access to global variables from eval scopes...
2009-02-05 ager@chromium.orgRemove unused code. This code used to be used to ...
next