[Webkit-unassigned] [Bug 161793] New: JSDOMBindings' toArguments() should return a more descriptive object

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Sep 9 05:37:21 PDT 2016


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

            Bug ID: 161793
           Summary: JSDOMBindings' toArguments() should return a more
                    descriptive object
    Classification: Unclassified
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Bindings
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: nael.ouedp at gmail.com
                CC: cdumez at apple.com

JSDOMBindings' toArguments() returns a std::pair of argumentIndex and Optional. In JS bindings code generator, use of ".first" and ".second" to access to members is hard to read. 

We should use a struct instead to be able to name the members.

-- 
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/20160909/2b071a94/attachment-0001.html>


More information about the webkit-unassigned mailing list