Bug 81015
Summary: | Add binding code generator an ability to return / receive native array | ||
---|---|---|---|
Product: | WebKit | Reporter: | Ryosuke Niwa <rniwa> |
Component: | WebCore JavaScript | Assignee: | Nobody <webkit-unassigned> |
Status: | NEW | ||
Severity: | Normal | CC: | abarth, adamk, arv, haraken, mihnea, mjs |
Priority: | P2 | ||
Version: | 528+ (Nightly build) | ||
Hardware: | Unspecified | ||
OS: | Unspecified |
Ryosuke Niwa
From the discussion of replacing regions node lists by an array:
Right now, there's no easy way to return or receive native arrays from/in webcore. We have to write lots of custom binding code. We should add an support to generate such code into the binding code generator.
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |