Bug 35561 - PropertySlot::getValue(ExecState, unsigned) unnecessarily converts index to an Identifier
Summary: PropertySlot::getValue(ExecState, unsigned) unnecessarily converts index to a...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: 528+ (Nightly build)
Hardware: Other OS X 10.5
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-03-01 19:06 PST by Oliver Hunt
Modified: 2010-03-01 20:08 PST (History)
0 users

See Also:


Attachments
Patch (8.93 KB, patch)
2010-03-01 19:10 PST, Oliver Hunt
barraclough: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
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>