Comment #15 on issue 3578 by [email protected]: Implement ES6 typed array methods: forEach, every, fill, indexOf, join...
https://code.google.com/p/v8/issues/detail?id=3578#c15

The following revision refers to this bug:
https://chromium.googlesource.com/v8/v8.git/+/cc3f59db556efe4e31813326510730cccafe801b

commit cc3f59db556efe4e31813326510730cccafe801b
Author: dehrenberg <[email protected]>
Date: Mon May 18 20:13:56 2015

Add TypedArray.from method

This function creates a new way to make TypedArrays based on existing
iterable or Array-like objects, analogous to Array.from. The patch
implements the function and adds tests.

[email protected]
BUG=v8:3578
LOG=Y

Review URL: https://codereview.chromium.org/1132163011

Cr-Commit-Position: refs/heads/master@{#28456}

[modify] http://crrev.com/cc3f59db556efe4e31813326510730cccafe801b/src/harmony-array.js [modify] http://crrev.com/cc3f59db556efe4e31813326510730cccafe801b/src/harmony-typedarray.js [add] http://crrev.com/cc3f59db556efe4e31813326510730cccafe801b/test/mjsunit/harmony/typedarray-from.js


--
You received this message because this project is configured to send all issue notifications to this address.
You may adjust your notification preferences at:
https://code.google.com/hosting/settings

--
--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev
--- You received this message because you are subscribed to the Google Groups "v8-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to