Status: New
Owner: ----

New issue 1552 by [email protected]: function.apply doesn't allow typed arrays
http://code.google.com/p/v8/issues/detail?id=1552

function.apply() should allow the second parameter to be a typed array. This makes it more cumbersome to work with typed array serialization to strings.

For an example test, String.fromCharCode.apply(String, new Uint8Array([102, 111, 111])) should return "foo", and does so in Firefox.

--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev

Reply via email to