[stubs] Use a single slot for context globals.
[platform/upstream/v8.git] / src / contexts.cc
2015-07-28 bmeurer[stubs] Use a single slot for context globals.
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 verwaestReturn this in Context::native_context if receiver...
2015-06-01 erikcorryCosmetic changes to tests to make it easier to concaten...
2015-05-29 hpayerTreat links that organize weak objects weakly.
2015-05-27 hpayerTreat weak references in context weakly in write barrier.
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-03-31 arvES6: Unscopable should use ToBoolean
2015-03-13 dslomovRemove --harmony-scoping flag.
2015-03-02 Sven PanneRemoved funky Maybe constructor and made fields private.
2015-03-02 Sven PannePolish Maybe API a bit, removing useless creativity...
2015-02-26 adamkRe-introduce ImportDeclaration to the parser
2015-02-17 adamkStrip Interface class of most of its logic, make it...
2014-12-16 arvES6: Update unscopables to match spec
2014-11-13 Yang GuoMove public symbols to the root set.
2014-11-12 dslomov@chromium.orgFix Context::declaration_context to account for script...
2014-11-12 dslomov@chromium.orgVarious clean-ups after top-level lexical declarations...
2014-11-07 dslomov@chromium.orgharmony_scoping: Implement lexical bindings at top...
2014-10-29 dslomov@chromium.orgharmony-scoping: Correct dynamic lookups on a top level.
2014-09-10 yangguo@chromium.orgRename ascii to one-byte where applicable.
2014-08-08 rossberg@chromium.orgEnable ES6 unscopables
2014-08-06 rossberg@chromium.orgThis implements unscopables
2014-08-04 bmeurer@chromium.orgRename ASSERT* to DCHECK*.
2014-07-30 danno@chromium.orgLand the Fan (disabled)
2014-07-25 verwaest@chromium.orgChange Has* and Get*Attributes to return Maybe<*>,...
2014-06-12 verwaest@chromium.orgRewrite GetPropertyAttribute to use the LookupIterator
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-17 ishell@chromium.orgHeap::AllocateStringFromOneByte() and major part of...
2014-04-11 yangguo@chromium.orgImplement handlified String::Equals and Name::Equals.
2014-03-25 yangguo@chromium.orgReland "No longer OOM on invalid string length."
2014-03-24 yangguo@chromium.orgRevert "No longer OOM on invalid string length."
2014-03-24 yangguo@chromium.orgNo longer OOM on invalid string length.
2014-03-13 yangguo@chromium.orgHandlify PropertyAttribute lookups.
2014-03-11 rossberg@chromium.orgEliminate extended mode, and other modes clean-up
2013-10-25 danno@chromium.orgDefine DEBUG for v8_optimized_debug=2
2013-09-04 titzer@chromium.orgAdd OptimizedCodeList and DeoptimizedCodeList to native...
2013-09-03 dcarney@chromium.orgthread isolate for files starting with 'b' and 'c'
2013-07-19 rossberg@chromium.orgProxies: Make 'with' work, plus minor other fixes
2013-07-05 yangguo@chromium.orgKeep two empty lines between declarations for cpp files
2013-02-25 svenpanne@chromium.orgMade Isolate a mandatory parameter for everything Handl...
2012-11-22 rossberg@chromium.orgGet rid of static module allocation, do it in code.
2012-10-23 mstarzinger@chromi... Enable incremental code flushing.
2012-09-17 ulan@chromium.orgThrow a more descriptive exception when blocking 'eval...
2012-08-27 rossberg@chromium.orgIntroduce global contexts to represent lexical global...
2012-08-17 rossberg@chromium.orgRename Context::global to Context::global_object,
2012-08-17 rossberg@chromium.orgRename "global context" to "native context",
2012-07-09 rossberg@chromium.orgImplement proper module linking.
2012-07-03 jkummerow@chromium.orgMove quadratic behavior of Context's optimized function...
2011-11-15 keuchel@chromium.orgStatic resolution of outer variables in eval code.
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-17 keuchel@chromium.orgIntroduce with scope and rework variable resolution.
2011-10-11 fschneider@chromiu... Move declaration of SerializedScopeInfo from variables...
2011-09-21 kmillikin@chromium.orgReapply "Clean up Context::Lookup and its uses."
2011-09-13 kmillikin@chromium.orgRevert "Clean up Context::Lookup and its uses."
2011-09-12 kmillikin@chromium.orgReapply "Clean up Context::Lookup and its uses."
2011-09-12 kmillikin@chromium.orgRevert "Clean up Context::Lookup and its uses."
2011-09-12 kmillikin@chromium.orgClean up Context::Lookup and its uses.
2011-08-30 keuchel@chromium.orgTemporal dead zone behaviour for let bindings.
2011-08-16 keuchel@chromium.orgParse harmony let declarations.
2011-08-11 keuchel@chromium.orgPreliminary code for block scopes and block contexts.
2011-06-28 kmillikin@chromium.orgRemove the fcontext field from all contexts.
2011-06-16 karlklose@chromium.orgMerge arguments branch to bleeding edge (second try).
2011-06-16 karlklose@chromium.orgRevert "Merge arguments branch to bleeding merge."
2011-06-15 karlklose@chromium.orgMerge arguments branch to bleeding merge.
2011-06-14 kmillikin@chromium.orgGuard an unsafe cast of a catch context's extension...
2011-06-14 kmillikin@chromium.orgChange the representation of catch contexts.
2011-06-09 kmillikin@chromium.orgLink function contexts directly to the previous context.
2011-06-09 kmillikin@chromium.orgA collection of context-related refactoring changes.
2011-05-24 fschneider@chromiu... Remove wrong assert to fix a debug crash with arguments...
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.
2010-12-07 kasperl@chromium.orgUpdate V8 to version 3.0 (re-land r5920).
2010-12-07 kasperl@chromium.orgRevert r5920. Will re-land shortly.
2010-12-07 kasperl@chromium.orgUpdate V8 to version 3.0.
2010-09-30 erik.corry@gmail.comNew attempt to make the allocation routines 64 bit...
2010-09-28 erik.corry@gmail.comRevert attempt to make heap size 32/64 clean. This...
2010-09-28 erik.corry@gmail.comMore correctness around PrintF and 32/64 bit values.
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...
2009-12-21 kasperl@chromium.orgThe number of heap slots stored in a scope includes the
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-02-24 ager@chromium.orgSpeed up access to global variables from eval scopes...
2009-02-18 ager@chromium.orgNot sure what happened, but my revert did not get every...
next