[presubmit] Enable readability/namespace linter checking.
[platform/upstream/v8.git] / src / scopeinfo.h
2015-11-20 mstarzinger[presubmit] Enable readability/namespace linter checking.
2015-09-10 ishellDo not look for the slot in the ScopeInfo's global...
2015-07-06 ishellSupport for global var shortcuts in script contexts.
2015-02-18 adamkRename Interface to ModuleDescriptor
2015-02-17 adamkStrip Interface class of most of its logic, make it...
2015-01-29 bmeurerMinor refactoring for Zone class and friends.
2014-08-04 bmeurer@chromium.orgRename ASSERT* to DCHECK*.
2014-07-30 danno@chromium.orgLand the Fan (disabled)
2014-06-03 jochen@chromium.orgUse full include paths everywhere
2014-04-30 ishell@chromium.orgContextSlotCache::Update() handlified.
2014-04-29 bmeurer@chromium.orgBulk update of Google copyright headers in source files.
2012-11-22 rossberg@chromium.orgGet rid of static module allocation, do it in code.
2011-11-03 keuchel@chromium.orgRemove some unnecessary binding initialization checks.
2011-11-03 keuchel@chromium.orgCleanup ScopeInfo and SerializedScopeInfo.
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-08 ricow@chromium.orgFix presubmit errors caused by updated depot tools
2011-08-11 keuchel@chromium.orgPreliminary code for block scopes and block 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-05-11 ager@chromium.orgAllow closures to be optimized if outer contexts that...
2011-05-06 svenpanne@chromium.orgA tiny contribution for the IWYU day: Include allocatio...
2011-04-11 mikhail.naganov... Mark single-argument inline constructors as 'explicit'.
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-24 kmillikin@chromium.orgFix some inconsistent formatting.
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-09 kmillikin@chromium.orgSmall simplification of #include dependencies.
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 ...
2008-09-09 christian.plesner... Changed copyright header from google inc. to v8 project...
2008-07-03 christian.plesner... Initial export.