Bug 52069 - Support argument list for custom function
Summary: Support argument list for custom function
Status: RESOLVED INVALID
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: 528+ (Nightly build)
Hardware: PC OS X 10.5
: P2 Normal
Assignee: Chang Shu
URL:
Keywords:
Depends on:
Blocks: 51196
  Show dependency treegraph
 
Reported: 2011-01-07 10:38 PST by Chang Shu
Modified: 2011-01-07 12:17 PST (History)
2 users (show)

See Also:


Attachments
fix patch (13.78 KB, patch)
2011-01-07 10:47 PST, Chang Shu
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Chang Shu 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.
Comment 1 Chang Shu 2011-01-07 10:47:53 PST
Created attachment 78249 [details]
fix patch
Comment 2 Sam Weinig 2011-01-07 10:58:17 PST
What will this mean for non-JS bindings?
Comment 3 Chang Shu 2011-01-07 12:17:33 PST
The "feature" is already supported. Just use exec->argument() and exec->argumentCount().