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

Issue 14195034: First cut at API for native Typed Arrays. (Closed)

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

Description

First cut at API for native Typed Arrays. R=rossberg@chromium.org Committed: https://code.google.com/p/v8/source/detail?r=14476

Patch Set 1 : Self-review #

Total comments: 14
Unified diffs Side-by-side diffs Delta from patch set Stats (+699 lines, -54 lines) Patch
M include/v8.h View 3 chunks +237 lines, -1 line 0 comments Download
M src/api.h View 5 chunks +52 lines, -0 lines 0 comments Download
M src/api.cc View 2 chunks +156 lines, -0 lines 8 comments Download
M src/bootstrapper.cc View 3 chunks +21 lines, -13 lines 0 comments Download
M src/contexts.h View 2 chunks +16 lines, -0 lines 0 comments Download
M src/factory.h View 1 chunk +2 lines, -0 lines 0 comments Download
M src/factory.cc View 1 chunk +48 lines, -0 lines 0 comments Download
M src/objects.h View 1 chunk +2 lines, -0 lines 0 comments Download
M src/objects.cc View 1 chunk +25 lines, -0 lines 0 comments Download
M test/cctest/test-api.cc View 8 chunks +140 lines, -40 lines 6 comments Download

Messages

Total messages: 4 (0 generated)
Dmitry Lomov (no reviews)
Here is another one, now for typed arrays.
7 years, 8 months ago (2013-04-26 13:53:04 UTC) #1
rossberg
LGTM with style nits https://codereview.chromium.org/14195034/diff/2001/src/api.cc File src/api.cc (right): https://codereview.chromium.org/14195034/diff/2001/src/api.cc#newcode2773 src/api.cc:2773: && i::JSTypedArray::cast(*obj)->type() == typeConst, \ ...
7 years, 7 months ago (2013-04-29 10:50:27 UTC) #2
Dmitry Lomov (no reviews)
https://codereview.chromium.org/14195034/diff/2001/src/api.cc File src/api.cc (right): https://codereview.chromium.org/14195034/diff/2001/src/api.cc#newcode2773 src/api.cc:2773: && i::JSTypedArray::cast(*obj)->type() == typeConst, \ On 2013/04/29 10:50:27, rossberg ...
7 years, 7 months ago (2013-04-29 11:08:53 UTC) #3
Dmitry Lomov (no reviews)
7 years, 7 months ago (2013-04-29 11:09:13 UTC) #4
Message was sent while issue was closed.
Committed patchset #1 manually as r14476 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698