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

Issue 2345823002: [modules] Turn JSModule into Module. (Closed)

Created:
4 years, 3 months ago by neis
Modified:
4 years, 3 months ago
Reviewers:
Benedikt Meurer, ulan, adamk
CC:
v8-reviews_googlegroups.com, Hannes Payer (out of office), ulan
Target Ref:
refs/pending/heads/master
Project:
v8
Visibility:
Public.

Description

[modules] Turn JSModule into Module. Rename JSModule to Module and make it a Struct rather than a JSObject. We will later add a separate JSModuleNamespace object to implement the 'import * as foo' syntax. BUG=v8:1569 Committed: https://crrev.com/7c05d8a4a6336b9cee984a765504531b80590fc7 Cr-Commit-Position: refs/heads/master@{#39477}

Patch Set 1 #

Patch Set 2 : Cosmetics. #

Total comments: 4

Patch Set 3 : Address comments. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+77 lines, -72 lines) Patch
M include/v8.h View 1 chunk +2 lines, -2 lines 0 comments Download
M src/api.cc View 1 2 1 chunk +13 lines, -9 lines 0 comments Download
M src/ast/ast-types.cc View 2 chunks +1 line, -1 line 0 comments Download
M src/compiler/types.cc View 2 chunks +1 line, -1 line 0 comments Download
M src/contexts.h View 2 chunks +2 lines, -2 lines 0 comments Download
M src/contexts.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M src/factory.h View 2 chunks +2 lines, -2 lines 0 comments Download
M src/factory.cc View 2 chunks +5 lines, -4 lines 0 comments Download
M src/heap/heap.h View 2 chunks +0 lines, -2 lines 0 comments Download
M src/heap/heap.cc View 2 chunks +0 lines, -2 lines 0 comments Download
M src/heap/objects-visiting.cc View 1 chunk +0 lines, -1 line 0 comments Download
M src/objects.h View 1 10 chunks +20 lines, -14 lines 0 comments Download
M src/objects.cc View 1 2 3 chunks +12 lines, -16 lines 0 comments Download
M src/objects-body-descriptors-inl.h View 1 chunk +0 lines, -1 line 0 comments Download
M src/objects-debug.cc View 3 chunks +5 lines, -5 lines 0 comments Download
M src/objects-inl.h View 1 3 chunks +2 lines, -3 lines 0 comments Download
M src/objects-printer.cc View 1 chunk +5 lines, -0 lines 0 comments Download
M src/runtime/runtime-object.cc View 2 chunks +4 lines, -4 lines 0 comments Download
M src/runtime/runtime-scopes.cc View 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 18 (9 generated)
neis
ptal
4 years, 3 months ago (2016-09-15 21:22:38 UTC) #5
adamk
lgtm % nits (which I now realize are pre-existing, so you could even leave them ...
4 years, 3 months ago (2016-09-15 21:44:03 UTC) #6
neis
https://codereview.chromium.org/2345823002/diff/20001/src/api.cc File src/api.cc (right): https://codereview.chromium.org/2345823002/diff/20001/src/api.cc#newcode2010 src/api.cc:2010: i::Handle<i::SharedFunctionInfo>::cast(Utils::OpenHandle(*generic)); On 2016/09/15 21:44:02, adamk wrote: > You shouldn't ...
4 years, 3 months ago (2016-09-15 23:22:58 UTC) #7
neis
+ulan,+bmeurer for heap and compiler. thanks!
4 years, 3 months ago (2016-09-15 23:25:24 UTC) #9
Benedikt Meurer
LGTM
4 years, 3 months ago (2016-09-16 03:07:42 UTC) #10
ulan
heap lgtm
4 years, 3 months ago (2016-09-16 09:47:06 UTC) #11
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/2345823002/40001
4 years, 3 months ago (2016-09-16 16:11:23 UTC) #14
commit-bot: I haz the power
Committed patchset #3 (id:40001)
4 years, 3 months ago (2016-09-16 16:47:15 UTC) #16
commit-bot: I haz the power
4 years, 3 months ago (2016-09-16 16:48:06 UTC) #18
Message was sent while issue was closed.
Patchset 3 (id:??) landed as
https://crrev.com/7c05d8a4a6336b9cee984a765504531b80590fc7
Cr-Commit-Position: refs/heads/master@{#39477}

Powered by Google App Engine
This is Rietveld 408576698