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

2012-04-23 Thread Kentaro Hara
Are the IDL generators for JS and V8 same? Different. WebCore/bindings/scripts/CodeGeneratorJS.pm for JSC, and WebCore/bindings/scripts/CodeGeneratorV8.pm for V8. Though we are trying hard to make those two behaviors same:) The array syntax float[] is not supported by the JS binding IDL

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

2012-04-23 Thread Ryosuke Niwa
I think this is caused by the same cause as https://bugs.webkit.org/show_bug.cgi?id=84540. On Mon, Apr 23, 2012 at 12:48 AM, Kentaro Hara hara...@chromium.org wrote: Are the IDL generators for JS and V8 same? Different. WebCore/bindings/scripts/CodeGeneratorJS.pm for JSC, and

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

2012-04-23 Thread xuewen
I looked the patch, they should be the same issue. I will help to verify the patch Thanks Sean Wang On 04/23/2012 04:14 PM, Ryosuke Niwa wrote: I think this is caused by the same cause as https://bugs.webkit.org/show_bug.cgi?id=84540. On Mon, Apr 23, 2012 at 12:48 AM, Kentaro Hara