On Wed, Mar 14, 2012 at 1:30 PM, Vineet Chaudhary <[email protected]>wrote:
> > All of them returns type JSArray for (JS engine) and V8Arrays for the > (V8 engine). > I have wip attached in the bug ,modifying CodeGenerator for JS and V8 to > auto generate bindings which works fine fine. > But it fails for the Gtk because of the GObject bindings. > The GObject bindings would probably use a GLib-specific array structure, the GArray, meaning some additional hacking would be required on CodeGeneratorGObject.pm. I can help with that once it is clear how the array type should be implemented in JS and V8 generators. > To resolve this issue I am thinking of adding WebKitDOMArray.h and > WebKitDOMArray.cpp to WebCore/bindings so that It can generate the > appropriate binding. > > Can someone please advice if this the correct way of doing this or there > is any other approach to do this. > > Thanks, > Vineet > > _______________________________________________ > 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

