[Webkit-unassigned] [Bug 97812] New: ObjC bindings cannot handle rest parameters

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Sep 27 13:02:10 PDT 2012


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

           Summary: ObjC bindings cannot handle rest parameters
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: HTML DOM
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: arv at chromium.org


http://trac.webkit.org/changeset/129779 added support for rest parameters for V8 and JSC bindings.

I'm not sure how that even compiled for ObjC?

If this turns out to be a problem someone needs to either wrap these definitions in 

#if defined(LANGUAGE_JAVASCRIPT) && LANGUAGE_JAVASCRIPT

or implement the code gen for these.

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