Reviewers: Sven Panne, Description: Introduce global contexts to represent lexical global scope(s).
They are yet unused; actual allocation of global lexical bindings in these contexts is implemented in a separate follow-up CL. [email protected] BUG= Please review this at https://chromiumcodereview.appspot.com/10876067/ SVN Base: https://v8.googlecode.com/svn/branches/bleeding_edge Affected files: M include/v8.h M src/arm/full-codegen-arm.cc M src/contexts.h M src/contexts.cc M src/factory.h M src/factory.cc M src/heap.h M src/heap.cc M src/ia32/full-codegen-ia32.cc M src/mips/full-codegen-mips.cc M src/objects-debug.cc M src/objects-inl.h M src/objects.h M src/runtime.h M src/runtime.cc M src/scopes.h M src/scopes.cc M src/x64/full-codegen-x64.cc -- v8-dev mailing list [email protected] http://groups.google.com/group/v8-dev
