Preliminary code for block scopes and block contexts.
authorkeuchel@chromium.org <keuchel@chromium.org@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
Thu, 11 Aug 2011 16:29:28 +0000 (16:29 +0000)
committerkeuchel@chromium.org <keuchel@chromium.org@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
Thu, 11 Aug 2011 16:29:28 +0000 (16:29 +0000)
commit3c7ca304fefef9c38e03a3c0db26856fb91180b7
treeb8848672cd8116f4fdd9c171edeb6c54dbff9f90
parent431b51aca7f5b027c65690bb12ef60fa02cb2595
Preliminary code for block scopes and block contexts.

BUG=
TEST=

Review URL: http://codereview.chromium.org/7549008

git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@8911 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
32 files changed:
src/ast-inl.h
src/ast.h
src/contexts.cc
src/contexts.h
src/d8.cc
src/d8.js
src/factory.cc
src/factory.h
src/flag-definitions.h
src/full-codegen.cc
src/heap.cc
src/heap.h
src/hydrogen.cc
src/mirror-debugger.js
src/objects-inl.h
src/objects.h
src/parser.cc
src/parser.h
src/runtime.cc
src/runtime.h
src/scopeinfo.cc
src/scopeinfo.h
src/scopes.cc
src/scopes.h
src/serialize.h
src/variables.cc
src/variables.h
test/mjsunit/fuzz-natives.js
test/mjsunit/harmony/block-lazy-compile.js [new file with mode: 0644]
test/mjsunit/harmony/block-scoping.js [new file with mode: 0644]
test/mjsunit/harmony/debug-blockscopes.js [new file with mode: 0644]
test/mjsunit/harmony/debug-evaluate-blockscopes.js [new file with mode: 0644]