DescriptionFix a bug in for/in iteration of arguments objects.
We did not properly combine the property names from the parameter map
and the arguments backing store. They could overwrite each other and
be unsorted.
Also fix an unrelated bug: deleting from a dictionary-mode arguments
backing store could corrupt the parameter map.
R=rossberg@chromium.org
BUG=1531
TEST=mjsunit/regress/regress-1531.js
Committed: http://code.google.com/p/v8/source/detail?r=8571
Patch Set 1 #
Total comments: 1
Messages
Total messages: 2 (0 generated)
|