DescriptionRemove obsolete 'arguments' local variable handling.
This removes special casing for the 'f.arguments' property accessor. Any
local 'arguments' variable should not be allowed to influence the value
returned by the indirect 'f.arguments' property. That property creates a
new object with a separate identity everytime it is read. This is by now
consistent with other browsers.
R=rossberg@chromium.org
TEST=mjsunit/arguments-indirect
Committed: https://crrev.com/124efdd3e857bca3f68c44a6beb8bea9222c2524
Cr-Commit-Position: refs/heads/master@{#31776}
Patch Set 1 #
Messages
Total messages: 8 (2 generated)
|