[Webkit-unassigned] [Bug 103454] Typed Arrays should be part of JSC

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Nov 30 08:44:57 PST 2012


https://bugs.webkit.org/show_bug.cgi?id=103454





--- Comment #2 from Dominic Szablewski <dominic.szablewski at gmail.com>  2012-11-30 08:47:15 PST ---
I noticed that for the jsc command line tool, the Typed Arrays are actually exposed and can be used. This does not expose the prototype and some API methods, but I guess it's a testament that Typed Arrays really are fully defined internally in JSC itself. See jsc.cpp around line 224:

addConstructableFunction(globalData, "Uint8Array", constructJSUint8Array, 1);
...

I understand that Typed Arrays are not part of the ECMA spec, so maybe a compile switch for JSC could control if the API is exposed or not!?

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list