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

Issue 13958007: First cut at API for ES6 ArrayBuffers (Closed)

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

Description

First cut at API for ES6 ArrayBuffers R=rossberg@chromium.org BUG= Committed: https://code.google.com/p/v8/source/detail?r=14438

Patch Set 1 #

Patch Set 2 : added delete[] #

Total comments: 28

Patch Set 3 : CR feedback #

Unified diffs Side-by-side diffs Delta from patch set Stats (+246 lines, -33 lines) Patch
M include/v8.h View 1 2 3 chunks +46 lines, -1 line 0 comments Download
M src/api.h View 3 chunks +4 lines, -0 lines 0 comments Download
M src/api.cc View 1 2 3 chunks +50 lines, -0 lines 0 comments Download
M src/bootstrapper.cc View 1 chunk +6 lines, -4 lines 0 comments Download
M src/contexts.h View 2 chunks +2 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 2 1 chunk +10 lines, -0 lines 0 comments Download
M src/heap.h View 1 2 1 chunk +6 lines, -0 lines 0 comments Download
M src/runtime.h View 1 2 1 chunk +10 lines, -0 lines 0 comments Download
M src/runtime.cc View 1 2 2 chunks +43 lines, -28 lines 0 comments Download
M test/cctest/test-api.cc View 1 2 1 chunk +67 lines, -0 lines 0 comments Download

Messages

Total messages: 5 (0 generated)
Dmitry Lomov (no reviews)
Please take a look
7 years, 8 months ago (2013-04-23 17:46:07 UTC) #1
rossberg
Mostly nits. https://codereview.chromium.org/13958007/diff/3001/include/v8.h File include/v8.h (right): https://codereview.chromium.org/13958007/diff/3001/include/v8.h#newcode1971 include/v8.h:1971: Style: add empty line https://codereview.chromium.org/13958007/diff/3001/include/v8.h#newcode1973 include/v8.h:1973: * ...
7 years, 8 months ago (2013-04-25 11:00:55 UTC) #2
Dmitry Lomov (no reviews)
Thanks for the review! Addressed comments. PTAL. https://codereview.chromium.org/13958007/diff/3001/include/v8.h File include/v8.h (right): https://codereview.chromium.org/13958007/diff/3001/include/v8.h#newcode1971 include/v8.h:1971: On 2013/04/25 ...
7 years, 8 months ago (2013-04-25 11:48:01 UTC) #3
rossberg
lgtm
7 years, 8 months ago (2013-04-25 11:58:04 UTC) #4
Dmitry Lomov (no reviews)
7 years, 8 months ago (2013-04-25 12:02:33 UTC) #5
Message was sent while issue was closed.
Committed patchset #3 manually as r14438 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698