DescriptionFix an assertion failure in the full code generator.
We hit an assertion failure when we tried to record the AST ID of
the (shared) .arguments variable proxy more than once. This was hit
when we had multiple calls to the same parameter in a function that
used the arguments object. The fix is to not visit the subexpressions
of the (shared) property access expression.
BUG=1060
Committed: http://code.google.com/p/v8/source/detail?r=6404
Patch Set 1 #
Messages
Total messages: 2 (0 generated)
|