Make sure that names of temporaries do not clash with real variables.
authorrossberg@chromium.org <rossberg@chromium.org@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
Fri, 5 Oct 2012 12:47:34 +0000 (12:47 +0000)
committerrossberg@chromium.org <rossberg@chromium.org@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
Fri, 5 Oct 2012 12:47:34 +0000 (12:47 +0000)
commit329cf12363b790a8e4c62956528a50e358e09e44
tree43bfc8cc2cc922f24251453d28fc7c9947a19bb0
parentb07f38a46b622b8a2e2e4356a315656807a62cb5
Make sure that names of temporaries do not clash with real variables.

R=mstarzinger@chromium.org
BUG=v8:2322

Review URL: https://codereview.chromium.org/11035054

git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@12668 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
include/v8.h
src/heap.h
src/parser.cc
src/scopes.h
test/mjsunit/harmony/debug-blockscopes.js
test/mjsunit/regress/regress-2322.js