Fixing the detection of aliased eval so that it is exact.
authorolehougaard <olehougaard@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
Fri, 21 Nov 2008 12:49:57 +0000 (12:49 +0000)
committerolehougaard <olehougaard@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
Fri, 21 Nov 2008 12:49:57 +0000 (12:49 +0000)
commit3877c91a195ad7e1acfd0a699bf85ab873fb1b2c
treeeb1f616e50cbaf1dd1c14b1225034bad8391e532
parentab0773040fea28636eebc5db4b0bd4a2edd7d279
Fixing the detection of aliased eval so that it is exact.
Fixing the semantics of aliased eval so that it is conformant.
Review URL: http://codereview.chromium.org/11563

git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@819 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
12 files changed:
src/ast.cc
src/ast.h
src/codegen-arm.cc
src/codegen-ia32.cc
src/debug-delay.js
src/parser.cc
src/runtime.cc
src/runtime.h
src/top.cc
src/top.h
src/v8natives.js
test/cctest/test-api.cc