Status: New Owner: ----New issue 1822 by [email protected]: subarray(), set() not present on typed arrays in d8
http://code.google.com/p/v8/issues/detail?id=1822
Typed array in d8 do not have the subarray or set methods, which are in the spec.
For example, (new Int32Array(22)).subarray returns undefined. However, these functions *do* exist in Chrome. They are only missing in d8. -- v8-dev mailing list [email protected] http://groups.google.com/group/v8-dev
