[Webkit-unassigned] [Bug 152171] New: WebIDL generator should support the possibility for C++ classes to have a JS Builtin constructor

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Dec 11 06:26:15 PST 2015


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

            Bug ID: 152171
           Summary: WebIDL generator should support the possibility for
                    C++ classes to have a JS Builtin constructor
    Classification: Unclassified
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Tools / Tests
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: youennf at gmail.com
                CC: lforschler at apple.com

It might be handy to use JS builtin to process the parameters passed to create a DOM object.
One solution is to create the C++ object using standard XX::create() and then call a JS builtin function similarly to JSBuiltin classes.
This might need the creation of a JSBuiltinConstructor

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20151211/2f5b4bc8/attachment.html>


More information about the webkit-unassigned mailing list