v8/test/cctest/interpreter
rmcilroy c0185b7d98 [Interpreter] Add support for new local function context creation.
Adds support for creation of new local function contexts (or script context for
top-level code). As part of this, also adds support for context push/pop
operations using a ContextScope object in BytecodeGenerator. Adds the following
bytecodes:
 - PushContext
 - PopContext

Support for inner contexts and loading from / storing to context allocated
variables will come in a future CL.

BUG=v8:4280
LOG=N

Review URL: https://codereview.chromium.org/1379793004

Cr-Commit-Position: refs/heads/master@{#31238}
2015-10-13 13:09:56 +00:00
..
test-bytecode-generator.cc [Interpreter] Add support for new local function context creation. 2015-10-13 13:09:56 +00:00
test-interpreter.cc [Interpreter] Add function literal support. 2015-10-13 09:40:01 +00:00