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

Issue 2353403003: [modules] Support exporting a local variable under multiple export names. (Closed)

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

Description

[modules] Support exporting a local variable under multiple export names. R=adamk@chromium.org BUG=v8:1569 Committed: https://crrev.com/b2b434df4179c0474eb7a377e80ff1452b0cda4c Cr-Commit-Position: refs/heads/master@{#39604}

Patch Set 1 #

Total comments: 3

Patch Set 2 : Comments #

Unified diffs Side-by-side diffs Delta from patch set Stats (+95 lines, -38 lines) Patch
M src/api.cc View 2 chunks +6 lines, -13 lines 0 comments Download
M src/ast/modules.h View 1 chunk +5 lines, -0 lines 0 comments Download
M src/ast/modules.cc View 1 1 chunk +63 lines, -0 lines 0 comments Download
M src/ast/scopeinfo.cc View 3 chunks +5 lines, -10 lines 0 comments Download
M src/ast/scopes.cc View 3 chunks +6 lines, -10 lines 0 comments Download
M src/objects.h View 2 chunks +3 lines, -2 lines 0 comments Download
M src/objects.cc View 1 chunk +7 lines, -3 lines 0 comments Download

Messages

Total messages: 19 (12 generated)
neis
ptal
4 years, 3 months ago (2016-09-21 17:44:49 UTC) #1
adamk
https://codereview.chromium.org/2353403003/diff/1/src/ast/modules.cc File src/ast/modules.cc (right): https://codereview.chromium.org/2353403003/diff/1/src/ast/modules.cc#newcode120 src/ast/modules.cc:120: data.reserve(2 * static_cast<int>(regular_exports_.size())); No need for static_cast here, let's ...
4 years, 3 months ago (2016-09-21 17:52:15 UTC) #7
neis
On 2016/09/21 17:52:15, adamk wrote: > https://codereview.chromium.org/2353403003/diff/1/src/ast/modules.cc > File src/ast/modules.cc (right): > > https://codereview.chromium.org/2353403003/diff/1/src/ast/modules.cc#newcode120 > ...
4 years, 3 months ago (2016-09-21 18:00:08 UTC) #10
adamk
lgtm
4 years, 3 months ago (2016-09-21 18:00:49 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/2353403003/20001
4 years, 3 months ago (2016-09-21 18:45:00 UTC) #15
commit-bot: I haz the power
Committed patchset #2 (id:20001)
4 years, 3 months ago (2016-09-21 18:47:45 UTC) #17
commit-bot: I haz the power
4 years, 3 months ago (2016-09-21 18:48:41 UTC) #19
Message was sent while issue was closed.
Patchset 2 (id:??) landed as
https://crrev.com/b2b434df4179c0474eb7a377e80ff1452b0cda4c
Cr-Commit-Position: refs/heads/master@{#39604}

Powered by Google App Engine
This is Rietveld 408576698