WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
75828
[Refactoring] Use join(", ", @arguments) to build a method argument string in CodeGeneratorV8.pm
https://bugs.webkit.org/show_bug.cgi?id=75828
Summary
[Refactoring] Use join(", ", @arguments) to build a method argument string in...
Kentaro Hara
Reported
2012-01-08 23:34:21 PST
This is a refactoring for implementing the [Supplemental] IDL for methods (
bug 72138
). The code in CodeGeneratorV8.pm to build a method argument string is dirty and error-prone. It is concatenating arguments one by one judging whether ", " is necessary or not. Instead, we should refactor the code so that it pushes all arguments into @arguments and then build a method string by join(", ", @arguments).
Attachments
Patch
(4.12 KB, patch)
2012-01-08 23:39 PST
,
Kentaro Hara
no flags
Details
Formatted Diff
Diff
View All
Add attachment
proposed patch, testcase, etc.
Kentaro Hara
Comment 1
2012-01-08 23:39:41 PST
Created
attachment 121625
[details]
Patch
WebKit Review Bot
Comment 2
2012-01-09 00:26:36 PST
Comment on
attachment 121625
[details]
Patch Clearing flags on attachment: 121625 Committed
r104438
: <
http://trac.webkit.org/changeset/104438
>
WebKit Review Bot
Comment 3
2012-01-09 00:26:41 PST
All reviewed patches have been landed. Closing bug.
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug