RESOLVED FIXED 68274
Rationalize JSObject::putDirect* methods
https://bugs.webkit.org/show_bug.cgi?id=68274
Summary Rationalize JSObject::putDirect* methods
Gavin Barraclough
Reported 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.
Attachments
The patch (30.48 KB, patch)
2011-09-16 13:22 PDT, Gavin Barraclough
sam: review+
Gavin Barraclough
Comment 1 2011-09-16 13:22:39 PDT
Created attachment 107714 [details] The patch No perf impact
Gavin Barraclough
Comment 2 2011-09-16 13:32:33 PDT
fixed in r95318
Note You need to log in before you can comment on or make changes to this bug.