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

Issue 2360063002: [modules] Basic support of import statements. (Closed)

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

Description

[modules] Basic support of import statements. BUG=v8:1569 Committed: https://crrev.com/ca6886c0356d8efd1a507a123e63fc37e00bfea0 Cr-Commit-Position: refs/heads/master@{#39639}

Patch Set 1 #

Patch Set 2 : . #

Total comments: 1
Unified diffs Side-by-side diffs Delta from patch set Stats (+40 lines, -2 lines) Patch
M src/ast/modules.h View 1 chunk +1 line, -0 lines 0 comments Download
M src/interpreter/bytecode-generator.cc View 2 chunks +14 lines, -1 line 1 comment Download
M src/objects.h View 1 chunk +4 lines, -1 line 0 comments Download
M src/objects.cc View 1 1 chunk +11 lines, -0 lines 0 comments Download
M src/runtime/runtime.h View 1 chunk +1 line, -0 lines 0 comments Download
M src/runtime/runtime-object.cc View 1 chunk +9 lines, -0 lines 0 comments Download

Messages

Total messages: 19 (11 generated)
neis
ptal
4 years, 3 months ago (2016-09-21 20:42:31 UTC) #5
adamk
lgtm code-wise, will try to land something to let you test this in https://codereview.chromium.org/2361593002
4 years, 3 months ago (2016-09-21 20:50:24 UTC) #6
neis
Ross, ptal at interpreter changes.
4 years, 3 months ago (2016-09-21 20:54:50 UTC) #8
rmcilroy
Interpreter LGTM with one request. https://codereview.chromium.org/2360063002/diff/10001/src/interpreter/bytecode-generator.cc File src/interpreter/bytecode-generator.cc (right): https://codereview.chromium.org/2360063002/diff/10001/src/interpreter/bytecode-generator.cc#newcode2008 src/interpreter/bytecode-generator.cc:2008: auto it = descriptor->regular_imports().find(variable->raw_name()); ...
4 years, 3 months ago (2016-09-22 10:18:13 UTC) #9
neis
On 2016/09/22 10:18:13, rmcilroy wrote: > Interpreter LGTM with one request. > > https://codereview.chromium.org/2360063002/diff/10001/src/interpreter/bytecode-generator.cc > ...
4 years, 3 months ago (2016-09-22 16:54:16 UTC) #10
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/2360063002/10001
4 years, 3 months ago (2016-09-22 16:55:23 UTC) #15
commit-bot: I haz the power
Committed patchset #2 (id:10001)
4 years, 3 months ago (2016-09-22 17:28:35 UTC) #17
commit-bot: I haz the power
4 years, 3 months ago (2016-09-22 17:28:58 UTC) #19
Message was sent while issue was closed.
Patchset 2 (id:??) landed as
https://crrev.com/ca6886c0356d8efd1a507a123e63fc37e00bfea0
Cr-Commit-Position: refs/heads/master@{#39639}

Powered by Google App Engine
This is Rietveld 408576698