Not sure what happened, but my revert did not get everything out. Fixing the problem...
authorager@chromium.org <ager@chromium.org@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
Wed, 18 Feb 2009 15:55:24 +0000 (15:55 +0000)
committerager@chromium.org <ager@chromium.org@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
Wed, 18 Feb 2009 15:55:24 +0000 (15:55 +0000)
commitb4b5e3ca95ffa75c0f7cf37cef537375d0b1219f
tree1a170cfb67a817c958d33f8fecd547d8a5a80f3a
parent19f04d16c7968cae19ffaba773cff9baf8659147
Not sure what happened, but my revert did not get everything out.  Fixing the problem instead.  The issue was using tmp instead of context in two places.

TBR=kasperl

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

git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@1303 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
src/codegen-arm.h
src/codegen-ia32.h
src/contexts.cc
src/scopes.cc
src/scopes.h
src/variables.cc
src/variables.h
test/mjsunit/global-load-from-eval-in-with.js [new file with mode: 0644]
test/mjsunit/local-load-from-eval.js [new file with mode: 0644]
test/mjsunit/property-load-across-eval.js [new file with mode: 0644]