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

Issue 2347933002: [modules] Introduce v8::Module to the API and return it from CompileModule (Closed)

Created:
4 years, 3 months ago by adamk
Modified:
4 years, 3 months ago
CC:
v8-reviews_googlegroups.com
Target Ref:
refs/pending/heads/master
Project:
v8
Visibility:
Public.

Description

[modules] Introduce v8::Module to the API and return it from CompileModule R=neis@chromium.org BUG=v8:1569 Committed: https://crrev.com/aa6db9d99075f16007ea8fda4509a94ede4e80b6 Cr-Commit-Position: refs/heads/master@{#39481}

Patch Set 1 #

Total comments: 6

Patch Set 2 : Review comments #

Patch Set 3 : Remove broken dcheck #

Patch Set 4 : Less maybe #

Unified diffs Side-by-side diffs Delta from patch set Stats (+129 lines, -64 lines) Patch
M include/v8.h View 1 2 3 2 chunks +28 lines, -9 lines 0 comments Download
M src/api.h View 2 chunks +1 line, -1 line 0 comments Download
M src/api.cc View 1 2 3 4 chunks +56 lines, -31 lines 0 comments Download
M src/d8.h View 1 1 chunk +1 line, -2 lines 0 comments Download
M src/d8.cc View 1 2 3 3 chunks +27 lines, -17 lines 0 comments Download
M src/factory.h View 1 chunk +1 line, -1 line 0 comments Download
M src/factory.cc View 1 chunk +4 lines, -2 lines 0 comments Download
M src/objects.h View 1 2 chunks +7 lines, -1 line 0 comments Download
M src/objects-debug.cc View 1 chunk +2 lines, -0 lines 0 comments Download
M src/objects-inl.h View 1 chunk +1 line, -0 lines 0 comments Download
M src/objects-printer.cc View 1 chunk +1 line, -0 lines 0 comments Download

Messages

Total messages: 21 (12 generated)
adamk
4 years, 3 months ago (2016-09-16 20:12:45 UTC) #1
neis
https://codereview.chromium.org/2347933002/diff/1/src/api.cc File src/api.cc (right): https://codereview.chromium.org/2347933002/diff/1/src/api.cc#newcode1904 src/api.cc:1904: return Just(true); Will this ever return Just(false)? Or can ...
4 years, 3 months ago (2016-09-16 20:53:33 UTC) #6
adamk
https://codereview.chromium.org/2347933002/diff/1/src/api.cc File src/api.cc (right): https://codereview.chromium.org/2347933002/diff/1/src/api.cc#newcode1904 src/api.cc:1904: return Just(true); On 2016/09/16 20:53:33, neis wrote: > Will ...
4 years, 3 months ago (2016-09-16 20:58:06 UTC) #7
adamk
+jochen for API
4 years, 3 months ago (2016-09-16 20:58:39 UTC) #11
neis
lgtm
4 years, 3 months ago (2016-09-16 21:02:23 UTC) #12
adamk
Actually decided to go with bool for the return value of Instantiate. Jochen, I'm going ...
4 years, 3 months ago (2016-09-16 21:16:08 UTC) #15
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2347933002/60001
4 years, 3 months ago (2016-09-16 21:16:16 UTC) #18
commit-bot: I haz the power
Committed patchset #4 (id:60001)
4 years, 3 months ago (2016-09-16 21:47:21 UTC) #19
commit-bot: I haz the power
4 years, 3 months ago (2016-09-16 21:48:03 UTC) #21
Message was sent while issue was closed.
Patchset 4 (id:??) landed as
https://crrev.com/aa6db9d99075f16007ea8fda4509a94ede4e80b6
Cr-Commit-Position: refs/heads/master@{#39481}

Powered by Google App Engine
This is Rietveld 408576698