Bug 81015 - Add binding code generator an ability to return / receive native array
Summary: Add binding code generator an ability to return / receive native array
Status: NEW
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebCore JavaScript (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-03-13 11:28 PDT by Ryosuke Niwa
Modified: 2012-03-13 12:01 PDT (History)
6 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Ryosuke Niwa 2012-03-13 11:28:27 PDT
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.