Bug 70302

Summary: Indexed arguments on the Arguments object should be enumerable.
Product: WebKit Reporter: Gavin Barraclough <barraclough>
Component: JavaScriptCoreAssignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal    
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Bug Depends on:    
Bug Blocks: 65579    
Attachments:
Description Flags
Fix sam: review+

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.