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

Issue 2293803002: Don't reuse the name scope for multiple variables in DoParseLazy (Closed)

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

Description

Don't reuse the name scope for multiple variables in DoParseLazy R=marja@chromium.org,verwaest@chromium.org BUG= Committed: https://crrev.com/1992d72bbee90ce9a1fe64056a6defb7129fe32f Cr-Commit-Position: refs/heads/master@{#39008}

Patch Set 1 #

Total comments: 3

Patch Set 2 : updates #

Unified diffs Side-by-side diffs Delta from patch set Stats (+7 lines, -7 lines) Patch
M src/parsing/parser.cc View 1 3 chunks +7 lines, -7 lines 0 comments Download

Messages

Total messages: 13 (7 generated)
jochen (gone - plz use gerrit)
4 years, 3 months ago (2016-08-30 09:09:22 UTC) #1
jochen (gone - plz use gerrit)
https://codereview.chromium.org/2293803002/diff/1/src/parsing/parser.cc File src/parsing/parser.cc (right): https://codereview.chromium.org/2293803002/diff/1/src/parsing/parser.cc#newcode872 src/parsing/parser.cc:872: DeclarationScope* scope = NewFunctionScope(FunctionKind::kArrowFunction); here ^^^ the name is ...
4 years, 3 months ago (2016-08-30 11:25:56 UTC) #6
marja
lgtm % comments https://codereview.chromium.org/2293803002/diff/1/src/parsing/parser.cc File src/parsing/parser.cc (right): https://codereview.chromium.org/2293803002/diff/1/src/parsing/parser.cc#newcode673 src/parsing/parser.cc:673: DCHECK(outer); Nit: DCHECK_NOT_NULL https://codereview.chromium.org/2293803002/diff/1/src/parsing/parser.cc#newcode930 src/parsing/parser.cc:930: DCHECK_EQ(this->scope(), ...
4 years, 3 months ago (2016-08-30 11:28:21 UTC) #7
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/2293803002/20001
4 years, 3 months ago (2016-08-30 11:30:45 UTC) #10
commit-bot: I haz the power
Committed patchset #2 (id:20001)
4 years, 3 months ago (2016-08-30 11:53:06 UTC) #11
commit-bot: I haz the power
4 years, 3 months ago (2016-08-30 11:53:44 UTC) #13
Message was sent while issue was closed.
Patchset 2 (id:??) landed as
https://crrev.com/1992d72bbee90ce9a1fe64056a6defb7129fe32f
Cr-Commit-Position: refs/heads/master@{#39008}

Powered by Google App Engine
This is Rietveld 408576698