Comment #27 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#c27

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

commit c1e3e3018e5833f1377bb72648c938fea7f53b03
Author: dehrenberg <[email protected]>
Date: Thu Jun 04 16:36:37 2015

Implement %TypedArray%.prototype.{reduce,reduceRight}

This patch re-commits a previous commit after fixing a test to not
run into another known bug.
This reverts commit b104a67ef0a50beab2dc85a6ac5732c696d07698.

This patch implements the last two methods on TypedArrays. These
were previously committed and led to a test failure.

BUG=v8:3578
LOG=Y
R=adamk

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

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

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