RESOLVED INVALID52069
Support argument list for custom function
https://bugs.webkit.org/show_bug.cgi?id=52069
Summary Support argument list for custom function
Chang Shu
Reported 2011-01-07 10:38:25 PST
In certain cases, such as createTouchList(), we want to provide a list of arguments to the generated function.
Attachments
fix patch (13.78 KB, patch)
2011-01-07 10:47 PST, Chang Shu
no flags
Chang Shu
Comment 1 2011-01-07 10:47:53 PST
Created attachment 78249 [details] fix patch
Sam Weinig
Comment 2 2011-01-07 10:58:17 PST
What will this mean for non-JS bindings?
Chang Shu
Comment 3 2011-01-07 12:17:33 PST
The "feature" is already supported. Just use exec->argument() and exec->argumentCount().
Note You need to log in before you can comment on or make changes to this bug.