RESOLVED FIXED71597
Reduce the number of putWithAttributes
https://bugs.webkit.org/show_bug.cgi?id=71597
Summary Reduce the number of putWithAttributes
Sam Weinig
Reported 2011-11-04 17:08:07 PDT
Reduce the number of putWithAttributes
Attachments
Patch (6.85 KB, patch)
2011-11-04 17:13 PDT, Sam Weinig
aroben: review+
Sam Weinig
Comment 1 2011-11-04 17:13:41 PDT
WebKit Review Bot
Comment 2 2011-11-04 17:15:10 PDT
Attachment 113736 [details] did not pass style-queue: Failed to run "['Tools/Scripts/check-webkit-style', '--diff-files', u'Source/JavaScriptCore/ChangeLog', u'Source..." exit_code: 1 Source/JavaScriptCore/runtime/JSObject.h:110: The parameter name "value" adds no information, so it should be removed. [readability/parameter_name] [5] Total errors found: 1 in 4 files If any of these errors are false positives, please file a bug against check-webkit-style.
Adam Roben (:aroben)
Comment 3 2011-11-04 17:16:46 PDT
Comment on attachment 113736 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=113736&action=review Wait for the EWS bots so you don't break everyone else. > Source/JavaScriptCore/ChangeLog:19 > + Remove four unused JSObject::putWithAttributes overloads and remove make > + one of the remain two overloads not virtual, since no one overloads it. Typo: "remove make one of the remain two" Typo: overloads should be overrides
Sam Weinig
Comment 4 2011-11-05 13:29:07 PDT
Ryosuke Niwa
Comment 5 2011-11-06 12:48:29 PST
Sam Weinig
Comment 6 2011-11-06 13:06:54 PST
(In reply to comment #5) > It appears that this patch caused one jsc regression? > http://build.webkit.org/builders/SnowLeopard%20Intel%20Release%20%28Tests%29/builds/34474 I don't think so. Those test fail from occasionally based no the current time.
Ryosuke Niwa
Comment 7 2011-11-06 13:09:33 PST
(In reply to comment #6) > (In reply to comment #5) > > It appears that this patch caused one jsc regression? > > http://build.webkit.org/builders/SnowLeopard%20Intel%20Release%20%28Tests%29/builds/34474 > > I don't think so. Those test fail from occasionally based no the current time. I see. Thanks for the clarification.
Note You need to log in before you can comment on or make changes to this bug.