[Webkit-unassigned] [Bug 119828] New: Typed array functions not present in jsc shell
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Wed Aug 14 17:35:00 PDT 2013
https://bugs.webkit.org/show_bug.cgi?id=119828
Summary: Typed array functions not present in jsc shell
Product: WebKit
Version: 528+ (Nightly build)
Platform: Unspecified
OS/Version: Unspecified
Status: UNCONFIRMED
Severity: Normal
Priority: P2
Component: JavaScriptCore
AssignedTo: webkit-unassigned at lists.webkit.org
ReportedBy: alonzakai at gmail.com
For example
var x = new Float64Array(10);
print([x.set, x.subarray]);
shows that set() and subarray() are not defined in the jsc shell. These are defined in MiniBrowser though.
Having these in the jsc shell would be very useful for automatic testing in Emscripten. We have a test suite in which we generate JS from C inputs, and run js shells to verify the output (mainly node, but can also run spidermonkey or v8 shells). It contains a large amount of testcases including real-world codebases like python, bullet, poppler, etc., and has found various bugs in js engines, I was hoping to run it on jsc.
--
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