RESOLVED FIXED Bug 70302
Indexed arguments on the Arguments object should be enumerable.
https://bugs.webkit.org/show_bug.cgi?id=70302
Summary Indexed arguments on the Arguments object should be enumerable.
Gavin Barraclough
Reported 2011-10-17 21:39:25 PDT
See ECMA-262 5.1 chapter 10.6 step 11b. This is visible through a number of means, including Object.keys, Object.getOwnPropertyDescriptor, and operator in.
Attachments
Fix (6.85 KB, patch)
2011-10-17 21:45 PDT, Gavin Barraclough
sam: review+
Gavin Barraclough
Comment 1 2011-10-17 21:45:27 PDT
Gavin Barraclough
Comment 2 2011-10-18 10:24:50 PDT
Fixed in r97767, r97768
Note You need to log in before you can comment on or make changes to this bug.