Go to file
kmillikin@chromium.org 0bf2822266 The toplevel code generator assumed that declarations did not shadow
parameters.  This could case the initial value to be lost or worse, a
crash.

Fix by handling the case of a declaration shadowing both
stack-allocated parameters and those in the arguments object.

This is related to V8 issue 540.
http://code.google.com/p/v8/issues/detail?id=540

BUG=29565
Review URL: http://codereview.chromium.org/469006

git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@3429 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
2009-12-07 13:31:47 +00:00
benchmarks Remove svn:executable flag from run.html and style.css and change the mime-type of style.css to text/css. 2009-07-15 10:37:10 +00:00
include Remove usage of JSArray in Script object 2009-11-27 14:10:48 +00:00
samples Add a "read" extension to the shell programs. This global function 2009-04-17 21:04:34 +00:00
src The toplevel code generator assumed that declarations did not shadow 2009-12-07 13:31:47 +00:00
test The toplevel code generator assumed that declarations did not shadow 2009-12-07 13:31:47 +00:00
tools Initial OpenBSD support 2009-12-02 13:38:50 +00:00
.gitignore X64: Fix bugs affecting Win64. 2009-10-13 10:56:13 +00:00
AUTHORS Add vfp support on ARM. Patch from John Jozwiak. 2009-11-12 13:04:02 +00:00
ChangeLog Prepare push to trunk. Now working on 2.0.4. 2009-12-04 11:50:27 +00:00
LICENSE Get rid of duplicate LICENSE entry for the Valgrind 2009-09-27 09:33:11 +00:00
SConstruct Initial OpenBSD support 2009-12-02 13:38:50 +00:00