Reviewers: arv,
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 Please review this at https://codereview.chromium.org/1139663005/ Base URL: https://chromium.googlesource.com/v8/v8.git@master Affected files (+609, -43 lines): M src/array.js M src/harmony-typedarray.js A test/mjsunit/harmony/typedarray-iteration.js A 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.
