[webkit-dev] How to deal with the difference between JS IDL and V8 IDL?

xuewen xuewen.wang at torchmobile.com.cn
Mon Apr 23 00:40:37 PDT 2012


In the file Source/WebCore/Modules/gamepad/Gamepad.idl, there are two 
definitions:

readonly attribute float[] axes;
readonly attribute float[] buttons;

The array syntax "float[]" is not supported by the JS binding IDL 
generator.
Are the IDL generators for JS and V8 same?
If it is right for V8, how do we deal with this difference between JS 
binding and V8 binding?

Thanks
Sean Wang


---------------------------------------------------------------------
This transmission (including any attachments) may contain confidential information, privileged material (including material protected by the solicitor-client or other applicable privileges), or constitute non-public information. Any use of this information by anyone other than the intended recipient is prohibited. If you have received this transmission in error, please immediately reply to the sender and delete this information from your system. Use, dissemination, distribution, or reproduction of this transmission by unintended recipients is not authorized and may be unlawful.


More information about the webkit-dev mailing list