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

Issue 2658063005: [parser] Skipping inner funcs: produce correct data for var redeclarations. (Closed)

Created:
3 years, 10 months ago by marja
Modified:
3 years, 10 months ago
Reviewers:
vogelheim
CC:
v8-reviews_googlegroups.com, adamk, jochen (gone - plz use gerrit), Toon Verwaest
Target Ref:
refs/pending/heads/master
Project:
v8
Visibility:
Public.

Description

[parser] Skipping inner funcs: produce correct data for var redeclarations. This unifies the behavior of Scope::DeclareVariableName with Scope::DeclareVariable. BUG=v8:5516 Review-Url: https://codereview.chromium.org/2658063005 Cr-Commit-Position: refs/heads/master@{#42744} Committed: https://chromium.googlesource.com/v8/v8/+/53667c89b09cb795b66e56ff8fcd1f691ee7c773

Patch Set 1 #

Total comments: 2

Patch Set 2 : code review (vogelheim@) #

Patch Set 3 : moar #

Unified diffs Side-by-side diffs Delta from patch set Stats (+15 lines, -0 lines) Patch
M src/ast/scopes.cc View 1 2 1 chunk +6 lines, -0 lines 0 comments Download
M test/cctest/test-parsing.cc View 1 chunk +9 lines, -0 lines 0 comments Download

Messages

Total messages: 18 (12 generated)
marja
vogelheim, ptal
3 years, 10 months ago (2017-01-27 14:10:17 UTC) #4
vogelheim
lgtm https://codereview.chromium.org/2658063005/diff/1/src/ast/scopes.cc File src/ast/scopes.cc (right): https://codereview.chromium.org/2658063005/diff/1/src/ast/scopes.cc#newcode1086 src/ast/scopes.cc:1086: DCHECK(var != kDummyPreParserLexicalVariable); nitpick: DCHECK_NE (and DCHECK_EQ below). ...
3 years, 10 months ago (2017-01-27 15:56:56 UTC) #7
marja
thanks https://codereview.chromium.org/2658063005/diff/1/src/ast/scopes.cc File src/ast/scopes.cc (right): https://codereview.chromium.org/2658063005/diff/1/src/ast/scopes.cc#newcode1086 src/ast/scopes.cc:1086: DCHECK(var != kDummyPreParserLexicalVariable); On 2017/01/27 15:56:56, vogelheim wrote: ...
3 years, 10 months ago (2017-01-27 16:00:37 UTC) #8
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/2658063005/20001
3 years, 10 months ago (2017-01-27 16:00:50 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/2658063005/40001
3 years, 10 months ago (2017-01-27 16:03:07 UTC) #15
commit-bot: I haz the power
3 years, 10 months ago (2017-01-27 16:33:43 UTC) #18
Message was sent while issue was closed.
Committed patchset #3 (id:40001) as
https://chromium.googlesource.com/v8/v8/+/53667c89b09cb795b66e56ff8fcd1f691ee...

Powered by Google App Engine
This is Rietveld 408576698