Comment #11 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#c11

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

commit a863c4d3d82f72cc5f7e54eaf66a2a4336f1fdc2
Author: dehrenberg <[email protected]>
Date: Tue May 12 19:20:58 2015

TypedArray.prototype.copyWithin method

This patch adds the copyWithin method to TypedArrays. For the first
pass, the internals of Array.copyWithin are used. Eventually, a more
efficient form based on memcpy could be used instead.

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

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

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

[modify] http://crrev.com/a863c4d3d82f72cc5f7e54eaf66a2a4336f1fdc2/src/harmony-array.js [modify] http://crrev.com/a863c4d3d82f72cc5f7e54eaf66a2a4336f1fdc2/src/harmony-typedarray.js [add] http://crrev.com/a863c4d3d82f72cc5f7e54eaf66a2a4336f1fdc2/test/mjsunit/harmony/typedarray-copywithin.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