Reviewers: arv, dehrenberg,

Message:
Created Revert of Implement
%TypedArray%.prototype.{map,filter,some,reduce,reduceRight}

Description:
Revert of Implement %TypedArray%.prototype.{map,filter,some,reduce,reduceRight}
(patchset #2 id:20001 of https://codereview.chromium.org/1139663005/)

Reason for revert:
[Sheriff] Breaks win nosnap:
http://build.chromium.org/p/client.v8/builders/V8%20Win32%20-%20nosnap%20-%20shared/builds/6872

Original issue's description:
Implement %TypedArray%.prototype.{map,filter,some,reduce,reduceRight}

This patch adds implementations for additional TypedArray methods
from the ES6 spec, together with tests adapted from array code.

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

Committed: https://crrev.com/59ef8c5f3282f01b5990b3a46a2a3a829b699a13
Cr-Commit-Position: refs/heads/master@{#28488}

[email protected],[email protected]
NOPRESUBMIT=true
NOTREECHECKS=true
NOTRY=true
BUG=v8:3578

Please review this at https://codereview.chromium.org/1143833002/

Base URL: https://chromium.googlesource.com/v8/v8.git@master

Affected files (+46, -614 lines):
  M src/array.js
  M src/harmony-typedarray.js
  D test/mjsunit/harmony/typedarray-iteration.js
  D test/mjsunit/harmony/typedarray-reduce.js


--
--
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