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

Issue 14581005: Implement TypedArray.set function. (Closed)

Created:
7 years, 7 months ago by Dmitry Lomov (no reviews)
Modified:
7 years, 7 months ago
Reviewers:
rossberg
CC:
v8-dev
Visibility:
Public.

Description

Patch Set 1 #

Patch Set 2 : Fixed a bug with throwing on invalid argument #

Total comments: 16

Patch Set 3 : CR feedback #

Total comments: 1
Unified diffs Side-by-side diffs Delta from patch set Stats (+258 lines, -1 line) Patch
M src/messages.js View 1 2 1 chunk +3 lines, -0 lines 0 comments Download
M src/objects.h View 1 chunk +1 line, -0 lines 0 comments Download
M src/objects.cc View 1 chunk +27 lines, -0 lines 0 comments Download
M src/runtime.h View 1 2 1 chunk +1 line, -0 lines 0 comments Download
M src/runtime.cc View 1 2 1 chunk +122 lines, -0 lines 0 comments Download
M src/typedarray.js View 1 2 2 chunks +18 lines, -1 line 0 comments Download
M test/mjsunit/harmony/typedarrays.js View 1 2 1 chunk +86 lines, -0 lines 1 comment Download

Messages

Total messages: 6 (0 generated)
Dmitry Lomov (no reviews)
PTAL. This is actually based mostly on your implementation from d8.cc
7 years, 7 months ago (2013-05-07 10:36:21 UTC) #1
Dmitry Lomov (no reviews)
Fixed a bug.
7 years, 7 months ago (2013-05-07 11:19:57 UTC) #2
rossberg
https://codereview.chromium.org/14581005/diff/2001/src/messages.js File src/messages.js (right): https://codereview.chromium.org/14581005/diff/2001/src/messages.js#newcode115 src/messages.js:115: ["Source is too long"], "long" sounds weird, I'd say ...
7 years, 7 months ago (2013-05-07 13:53:22 UTC) #3
Dmitry Lomov (no reviews)
Thanks for the review! Addressed comments. https://codereview.chromium.org/14581005/diff/2001/src/messages.js File src/messages.js (right): https://codereview.chromium.org/14581005/diff/2001/src/messages.js#newcode115 src/messages.js:115: ["Source is too ...
7 years, 7 months ago (2013-05-07 14:20:00 UTC) #4
rossberg
LGTM, with one comment https://codereview.chromium.org/14581005/diff/9001/test/mjsunit/harmony/typedarrays.js File test/mjsunit/harmony/typedarrays.js (right): https://codereview.chromium.org/14581005/diff/9001/test/mjsunit/harmony/typedarrays.js#newcode455 test/mjsunit/harmony/typedarrays.js:455: assertThrows(function() { a.set.call(0) }, TypeError); ...
7 years, 7 months ago (2013-05-07 14:31:45 UTC) #5
Dmitry Lomov (no reviews)
7 years, 7 months ago (2013-05-07 14:42:26 UTC) #6
Message was sent while issue was closed.
Committed patchset #3 manually as r14576 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698