Bug 35561

Summary: PropertySlot::getValue(ExecState, unsigned) unnecessarily converts index to an Identifier
Product: WebKit Reporter: Oliver Hunt <oliver>
Component: New BugsAssignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal    
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Other   
OS: OS X 10.5   
Attachments:
Description Flags
Patch barraclough: review+

Description Oliver Hunt 2010-03-01 19:06:43 PST
PropertySlot::getValue(ExecState, unsigned) unnecessarily converts index to an Identifier
Comment 1 Oliver Hunt 2010-03-01 19:10:41 PST
Created attachment 49775 [details]
Patch
Comment 2 Gavin Barraclough 2010-03-01 19:24:17 PST
Comment on attachment 49775 [details]
Patch

Have to tested sunspidey & v8 perf? r+, if they're tested.
Comment 3 Oliver Hunt 2010-03-01 20:08:41 PST
Committed r55397: <http://trac.webkit.org/changeset/55397>