Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(85)

Issue 1139663005: Implement %TypedArray%.prototype.{map,filter,some,reduce,reduceRight} (Closed)

Created:
5 years, 7 months ago by dehrenberg
Modified:
5 years, 6 months ago
CC:
v8-dev
Base URL:
https://chromium.googlesource.com/v8/v8.git@master
Target Ref:
refs/pending/heads/master
Project:
v8
Visibility:
Public.

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. R=arv@chromium.org BUG=v8:3578 LOG=Y Committed: https://crrev.com/59ef8c5f3282f01b5990b3a46a2a3a829b699a13 Cr-Commit-Position: refs/heads/master@{#28488}

Patch Set 1 #

Total comments: 16

Patch Set 2 : Fixes #

Total comments: 1
Unified diffs Side-by-side diffs Delta from patch set Stats (+612 lines, -44 lines) Patch
M src/array.js View 1 11 chunks +74 lines, -41 lines 1 comment Download
M src/harmony-typedarray.js View 1 5 chunks +86 lines, -3 lines 0 comments Download
A test/mjsunit/harmony/typedarray-iteration.js View 1 1 chunk +196 lines, -0 lines 0 comments Download
A test/mjsunit/harmony/typedarray-reduce.js View 1 1 chunk +256 lines, -0 lines 0 comments Download

Messages

Total messages: 10 (1 generated)
dehrenberg
5 years, 7 months ago (2015-05-18 21:17:13 UTC) #1
arv (Not doing code reviews)
https://codereview.chromium.org/1139663005/diff/1/src/array.js File src/array.js (right): https://codereview.chromium.org/1139663005/diff/1/src/array.js#newcode1254 src/array.js:1254: $innerArraySome = InnerArraySome; Can you put all of these ...
5 years, 7 months ago (2015-05-18 22:54:24 UTC) #2
dehrenberg
https://codereview.chromium.org/1139663005/diff/1/src/array.js File src/array.js (right): https://codereview.chromium.org/1139663005/diff/1/src/array.js#newcode1254 src/array.js:1254: $innerArraySome = InnerArraySome; On 2015/05/18 22:54:23, arv wrote: > ...
5 years, 7 months ago (2015-05-19 00:13:46 UTC) #3
arv (Not doing code reviews)
LGTM Please add a bug/todo for using InternalArray. https://codereview.chromium.org/1139663005/diff/20001/src/array.js File src/array.js (right): https://codereview.chromium.org/1139663005/diff/20001/src/array.js#newcode1158 src/array.js:1158: function ...
5 years, 7 months ago (2015-05-19 13:44:06 UTC) #4
dehrenberg
On 2015/05/19 13:44:06, arv wrote: > LGTM > > Please add a bug/todo for using ...
5 years, 7 months ago (2015-05-19 16:06:17 UTC) #5
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1139663005/20001
5 years, 7 months ago (2015-05-19 16:06:45 UTC) #7
commit-bot: I haz the power
Committed patchset #2 (id:20001)
5 years, 7 months ago (2015-05-19 16:32:57 UTC) #8
commit-bot: I haz the power
Patchset 2 (id:??) landed as https://crrev.com/59ef8c5f3282f01b5990b3a46a2a3a829b699a13 Cr-Commit-Position: refs/heads/master@{#28488}
5 years, 7 months ago (2015-05-19 16:33:24 UTC) #9
Michael Achenbach
5 years, 7 months ago (2015-05-19 16:54:54 UTC) #10
Message was sent while issue was closed.
A revert of this CL (patchset #2 id:20001) has been created in
https://codereview.chromium.org/1143833002/ by machenbach@chromium.org.

The reason for reverting is: [Sheriff] Breaks win nosnap:
http://build.chromium.org/p/client.v8/builders/V8%20Win32%20-%20nosnap%20-%20....

Powered by Google App Engine
This is Rietveld 408576698