Bug 25795

Summary: Refactor V8 setters to eliminate common setter code
Product: WebKit Reporter: Andrew Wilson <atwilson>
Component: WebCore JavaScriptAssignee: Nobody <webkit-unassigned>
Status: RESOLVED INVALID    
Severity: Minor CC: andersca, arv
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Mac   
OS: OS X 10.5   

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
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.