Comment #4 on issue 1822 by [email protected]: subarray(), set() not present on typed arrays in d8
http://code.google.com/p/v8/issues/detail?id=1822
To pile onto this bug, the constructors don't work either d8> foo = new Int32Array([1,2,3,4]) d8> foo[0] === undefined true Why is there a delta between the d8 typed arrays and Chrome typed arrays? -- v8-dev mailing list [email protected] http://groups.google.com/group/v8-dev
