WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED INVALID
25795
Refactor V8 setters to eliminate common setter code
https://bugs.webkit.org/show_bug.cgi?id=25795
Summary
Refactor V8 setters to eliminate common setter code
Andrew Wilson
Reported
2009-05-14 10:45:16 PDT
There's quite a bit of common code in the V8 bindings - functions like ACCESSOR_SETTER(WorkerOnmessage) and ACCESSOR_SETTER(MessagePortClose) are nearly identical (the getters are very similar as well). We should refactor the common code into static utility functions that the various classes can share.
Attachments
Add attachment
proposed patch, testcase, etc.
Anders Carlsson
Comment 1
2013-05-30 08:52:09 PDT
V8 is gone from WebKit.
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