Bug 70302 - Indexed arguments on the Arguments object should be enumerable.
Summary: Indexed arguments on the Arguments object should be enumerable.
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: JavaScriptCore (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks: 65579
  Show dependency treegraph
 
Reported: 2011-10-17 21:39 PDT by Gavin Barraclough
Modified: 2011-10-18 10:24 PDT (History)
0 users

See Also:


Attachments
Fix (6.85 KB, patch)
2011-10-17 21:45 PDT, Gavin Barraclough
sam: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Gavin Barraclough 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.
Comment 1 Gavin Barraclough 2011-10-17 21:45:27 PDT
Created attachment 111378 [details]
Fix
Comment 2 Gavin Barraclough 2011-10-18 10:24:50 PDT
Fixed in r97767, r97768