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

Issue 660863003: Implement .of() on typed arrays (Closed)

Created:
6 years, 2 months ago by aperez
Modified:
6 years, 1 month ago
CC:
v8-dev, Diego Pino, vjaquez
Project:
v8
Visibility:
Public.

Description

Implement .of() on typed arrays BUG=v8:3578 LOG=Y

Patch Set 1 #

Total comments: 15

Patch Set 2 : Update after review #

Total comments: 2

Patch Set 3 : Fixed nits #

Unified diffs Side-by-side diffs Delta from patch set Stats (+151 lines, -0 lines) Patch
M src/harmony-typedarray.js View 1 2 chunks +16 lines, -0 lines 0 comments Download
A test/mjsunit/harmony/typedarrays-of.js View 1 2 1 chunk +135 lines, -0 lines 0 comments Download

Messages

Total messages: 12 (3 generated)
aperez
6 years, 2 months ago (2014-10-17 09:15:30 UTC) #2
wingo
spec link here: http://people.mozilla.org/~jorendorff/es6-draft.html#sec-%typedarray%.of In the future please send a link with these; section numbers ...
6 years, 2 months ago (2014-10-21 15:04:29 UTC) #4
wingo
https://codereview.chromium.org/660863003/diff/1/src/harmony-typedarray.js File src/harmony-typedarray.js (right): https://codereview.chromium.org/660863003/diff/1/src/harmony-typedarray.js#newcode66 src/harmony-typedarray.js:66: if (!IS_SPEC_FUNCTION(this)) { what does this case check? wouldn't ...
6 years, 2 months ago (2014-10-21 15:23:13 UTC) #5
aperez
On 2014/10/21 15:23:13, wingo wrote: > https://codereview.chromium.org/660863003/diff/1/src/harmony-typedarray.js > File src/harmony-typedarray.js (right): > > https://codereview.chromium.org/660863003/diff/1/src/harmony-typedarray.js#newcode66 > ...
6 years, 1 month ago (2014-11-03 18:20:21 UTC) #6
aperez
Could you please take a look after the patch set update from yesterday? Thanks!
6 years, 1 month ago (2014-11-04 19:40:44 UTC) #7
wingo
LGTM with some nits in the tests; please add an OWNER :) https://codereview.chromium.org/660863003/diff/20001/test/mjsunit/harmony/typedarrays-of.js File test/mjsunit/harmony/typedarrays-of.js ...
6 years, 1 month ago (2014-11-12 09:16:09 UTC) #8
aperez
I have fixed the nits and added owners, PTAL.
6 years, 1 month ago (2014-11-13 08:16:40 UTC) #10
Dmitry Lomov (no reviews)
lgtm
6 years, 1 month ago (2014-11-13 10:32:52 UTC) #11
wingo (chromium)
6 years, 1 month ago (2014-11-13 11:21:55 UTC) #12
Message was sent while issue was closed.
Landed as ddcd08b1d1c07bf0a9c0d619068f0225972bf3c6.

Powered by Google App Engine
This is Rietveld 408576698