Bug 33483
Summary: | [V8] Generate call to FunctionTemplate::SetCallHandler() for constructor callbacks | ||
---|---|---|---|
Product: | WebKit | Reporter: | Nate Chapin <japhet> |
Component: | WebCore Misc. | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED DUPLICATE | ||
Severity: | Normal | ||
Priority: | P2 | ||
Version: | 528+ (Nightly build) | ||
Hardware: | PC | ||
OS: | OS X 10.5 |
Nate Chapin
Constructor callbacks are currently exposed to V8 by V8DOMWrapper::getTemplate(), which calls v8::FunctionTemplate::SetCallHandler() with a reference to the callback function.
The call to SetCallHandler should be in the generated bindings if possible.
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Nate Chapin
This was fixed as a part of 33680.
*** This bug has been marked as a duplicate of bug 33680 ***