DescriptionThe 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
Committed: http://code.google.com/p/v8/source/detail?r=3429
Patch Set 1 #
Total comments: 4
Messages
Total messages: 4 (0 generated)
|