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

Issue 2673313003: [parser] Skipping inner funcs: produce the same scopes / variables for loops. (Closed)

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

Description

[parser] Skipping inner funcs: produce the same scopes / variables for loops. BUG=v8:5516 R=vogelheim@chromium.org Review-Url: https://codereview.chromium.org/2673313003 Cr-Commit-Position: refs/heads/master@{#42957} Committed: https://chromium.googlesource.com/v8/v8/+/01c2b45560cb8fa342f57520d0e19ec0ef9709da

Patch Set 1 #

Patch Set 2 : moar #

Total comments: 5

Patch Set 3 : code review (vogelheim@) #

Unified diffs Side-by-side diffs Delta from patch set Stats (+118 lines, -9 lines) Patch
M src/parsing/parser.cc View 1 2 1 chunk +4 lines, -5 lines 0 comments Download
M src/parsing/preparser.h View 1 2 2 chunks +22 lines, -4 lines 0 comments Download
M src/parsing/preparser.cc View 1 chunk +1 line, -0 lines 0 comments Download
M test/cctest/test-parsing.cc View 1 10 chunks +91 lines, -0 lines 0 comments Download

Messages

Total messages: 15 (10 generated)
marja
ptal
3 years, 10 months ago (2017-02-06 09:14:11 UTC) #5
vogelheim
lgtm https://codereview.chromium.org/2673313003/diff/20001/src/parsing/preparser.h File src/parsing/preparser.h (right): https://codereview.chromium.org/2673313003/diff/20001/src/parsing/preparser.h#newcode1330 src/parsing/preparser.h:1330: (IsLexicalVariableMode(for_info->parsing_result.descriptor.mode) || super nitpick: Maybe hoist this expression ...
3 years, 10 months ago (2017-02-06 10:02:11 UTC) #8
marja
thanks for review https://codereview.chromium.org/2673313003/diff/20001/src/parsing/preparser.h File src/parsing/preparser.h (right): https://codereview.chromium.org/2673313003/diff/20001/src/parsing/preparser.h#newcode1330 src/parsing/preparser.h:1330: (IsLexicalVariableMode(for_info->parsing_result.descriptor.mode) || On 2017/02/06 10:02:11, vogelheim ...
3 years, 10 months ago (2017-02-06 10:11:53 UTC) #9
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/2673313003/40001
3 years, 10 months ago (2017-02-06 10:12:17 UTC) #12
commit-bot: I haz the power
3 years, 10 months ago (2017-02-06 10:40:05 UTC) #15
Message was sent while issue was closed.
Committed patchset #3 (id:40001) as
https://chromium.googlesource.com/v8/v8/+/01c2b45560cb8fa342f57520d0e19ec0ef9...

Powered by Google App Engine
This is Rietveld 408576698