Bug 97812
Summary: | ObjC bindings cannot handle rest parameters | ||
---|---|---|---|
Product: | WebKit | Reporter: | Erik Arvidsson <arv> |
Component: | DOM | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED WONTFIX | ||
Severity: | Normal | CC: | andersca |
Priority: | P2 | ||
Version: | 528+ (Nightly build) | ||
Hardware: | Unspecified | ||
OS: | Unspecified |
Erik Arvidsson
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.
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Anders Carlsson
Not going to do this - the bindings have been frozen.