Introduce with scope and rework variable resolution.
authorkeuchel@chromium.org <keuchel@chromium.org@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
Mon, 17 Oct 2011 09:29:37 +0000 (09:29 +0000)
committerkeuchel@chromium.org <keuchel@chromium.org@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
Mon, 17 Oct 2011 09:29:37 +0000 (09:29 +0000)
commit0706a98b2ad1c5c3e80e259b7b8b56300920979d
treed04d33fbf1ad46105b0edc006a12a1231a4ca2b1
parent50ef25e0f397f01d49007e7c7bcebebcbcfc73a6
Introduce with scope and rework variable resolution.

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

git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@9650 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
13 files changed:
src/arm/full-codegen-arm.cc
src/ast.cc
src/ast.h
src/contexts.cc
src/contexts.h
src/ia32/full-codegen-ia32.cc
src/mips/full-codegen-mips.cc
src/parser.cc
src/parser.h
src/scopes.cc
src/scopes.h
src/variables.h
src/x64/full-codegen-x64.cc