Bug 52069

Summary: Support argument list for custom function
Product: WebKit Reporter: Chang Shu <cshu>
Component: New BugsAssignee: Chang Shu <cshu>
Status: RESOLVED INVALID    
Severity: Normal CC: kenneth, sam
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: PC   
OS: OS X 10.5   
Bug Depends on:    
Bug Blocks: 51196    
Attachments:
Description Flags
fix patch none

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().