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

Issue 2298673002: Move pre-declaring the this variable to Scope::Analyze (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

Move pre-declaring the this variable to Scope::Analyze The goal is to not have to look at the outer scope chain during parsing. BUG=v8:5215 R=verwaest@chromium.org,marja@chromium.org Committed: https://crrev.com/92679b023c71a9844619e1bf2126f84383b3ef2b Cr-Commit-Position: refs/heads/master@{#39042}

Patch Set 1 #

Total comments: 1

Patch Set 2 : updates #

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

Messages

Total messages: 14 (6 generated)
jochen (gone - plz use gerrit)
4 years, 3 months ago (2016-08-31 08:11:39 UTC) #1
marja
Hmm, this CL is changing the behavior, why is that correct / good? Now we ...
4 years, 3 months ago (2016-08-31 08:27:19 UTC) #2
Toon Verwaest
https://codereview.chromium.org/2298673002/diff/1/src/ast/scopes.cc File src/ast/scopes.cc (right): https://codereview.chromium.org/2298673002/diff/1/src/ast/scopes.cc#newcode417 src/ast/scopes.cc:417: scope->outer_scope()->GetReceiverScope()->is_script_scope()) { Shouldn't this just be scope->GetReceiverScope()?
4 years, 3 months ago (2016-08-31 08:56:55 UTC) #3
jochen (gone - plz use gerrit)
updated, ptal
4 years, 3 months ago (2016-08-31 09:18:46 UTC) #6
marja
lgtm
4 years, 3 months ago (2016-08-31 10:10:08 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/2298673002/20001
4 years, 3 months ago (2016-08-31 10:10:45 UTC) #11
commit-bot: I haz the power
Committed patchset #2 (id:20001)
4 years, 3 months ago (2016-08-31 10:12:23 UTC) #12
commit-bot: I haz the power
4 years, 3 months ago (2016-08-31 10:13:02 UTC) #14
Message was sent while issue was closed.
Patchset 2 (id:??) landed as
https://crrev.com/92679b023c71a9844619e1bf2126f84383b3ef2b
Cr-Commit-Position: refs/heads/master@{#39042}

Powered by Google App Engine
This is Rietveld 408576698