[Webkit-unassigned] [Bug 33483] New: [V8] Generate call to FunctionTemplate::SetCallHandler() for constructor callbacks

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Jan 11 12:15:27 PST 2010


https://bugs.webkit.org/show_bug.cgi?id=33483

           Summary: [V8] Generate call to
                    FunctionTemplate::SetCallHandler() for constructor
                    callbacks
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: PC
        OS/Version: Mac OS X 10.5
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: WebCore Misc.
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: japhet at chromium.org


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.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list