Make eval compilation cache calling scope sensitive.
authorkeuchel@chromium.org <keuchel@chromium.org@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
Mon, 14 Nov 2011 08:58:47 +0000 (08:58 +0000)
committerkeuchel@chromium.org <keuchel@chromium.org@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
Mon, 14 Nov 2011 08:58:47 +0000 (08:58 +0000)
commitb153dcfebf111e673fdc7050d0d59f88942029f6
tree81ae409fdae6e490271b485aabdfdd8514d6da2e
parent7c209a555f9397f17ac37b245802e82e5a95461d
Make eval compilation cache calling scope sensitive.

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

git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@9984 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
12 files changed:
src/arm/full-codegen-arm.cc
src/compilation-cache.cc
src/compilation-cache.h
src/compiler.cc
src/compiler.h
src/ia32/full-codegen-ia32.cc
src/mips/full-codegen-mips.cc
src/objects.cc
src/objects.h
src/runtime.cc
src/runtime.h
src/x64/full-codegen-x64.cc