Generally, that's not really possible in WebKit. If you look around, you'll find some hacky examples, but this feature of WebIDL isn't supported by our code generator and is flux in WebIDL proper. If there's a specific API you're having trouble implementing, I'd recommend changing the API to not require this feature.
Adam On Thu, Mar 10, 2011 at 6:09 PM, Won J Jeon <[email protected]> wrote: > Hi all, > I'm looking for a good example of how to implement an API in IDL and source > code in WebCore, which takes integer or float array as function arguments > from JavaScript. I appreciate your help. > Regards, > Won > > _______________________________________________ > webkit-dev mailing list > [email protected] > http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev > > _______________________________________________ webkit-dev mailing list [email protected] http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev

