Updates:
Labels: Type-FeatureRequest
Comment #5 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
The creation of typed arrays a.k.a. external arrays is within the
responsibility of the embedder. V8 basically only understands "here's a
typed array, do something with its elements".
Chrome's implementation of the constructors and other methods is in
WebKit's V8 bindings. In d8, we have replicated the functionality that we
needed for tests and benchmarks, but not everything contained in the spec.
There is no reason not to extend d8's external array implementation in the
future, but I currently don't see a need to work on it with high priority
either.
--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev