Bug 68274 - Rationalize JSObject::putDirect* methods
Summary: Rationalize JSObject::putDirect* methods
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: JavaScriptCore (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Gavin Barraclough
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-09-16 13:21 PDT by Gavin Barraclough
Modified: 2011-09-16 13:32 PDT (History)
0 users

See Also:


Attachments
The patch (30.48 KB, patch)
2011-09-16 13:22 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-09-16 13:21:20 PDT
Delete the *Function variants.  These are overall inefficient, in the way they get the name back from the function rather than just passing it in.
Comment 1 Gavin Barraclough 2011-09-16 13:22:39 PDT
Created attachment 107714 [details]
The patch

No perf impact
Comment 2 Gavin Barraclough 2011-09-16 13:32:33 PDT
fixed in r95318