Comment #18 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#c18

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

commit cc74268d30074934d7a40dd8256862b45dcbf0d8
Author: Daniel Ehrenberg <[email protected]>
Date: Wed May 20 00:38:59 2015

Implement %TypedArray%.reverse

This patch adds the reverse method to TypedArrays, together with a
test. The test also runs for normal Arrays, since I didn't see a
test for reversing dense arrays.

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

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

Patch from Daniel Ehrenberg <[email protected]>.

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

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