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

Issue 2297643002: Move DeclarationDescriptor to ParserBase. (Closed)

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

Description

Move DeclarationDescriptor to ParserBase. This is the first step towards unifying ParseVariableDeclarations. BUG= Committed: https://crrev.com/4999717e8c60c371c3eaa6a2616a0bbb5bb6778f Cr-Commit-Position: refs/heads/master@{#39036}

Patch Set 1 #

Total comments: 1
Unified diffs Side-by-side diffs Delta from patch set Stats (+59 lines, -57 lines) Patch
M src/parsing/parser.h View 1 chunk +6 lines, -39 lines 0 comments Download
M src/parsing/parser.cc View 9 chunks +16 lines, -16 lines 0 comments Download
M src/parsing/parser-base.h View 1 chunk +34 lines, -0 lines 1 comment Download
M src/parsing/pattern-rewriter.cc View 2 chunks +3 lines, -2 lines 0 comments Download

Messages

Total messages: 17 (11 generated)
nickie
I still find these two classes (the descriptor and the parsing result) very confusing. Still ...
4 years, 3 months ago (2016-08-30 14:04:18 UTC) #7
nickie
Forgotten comment. https://codereview.chromium.org/2297643002/diff/1/src/parsing/parser-base.h File src/parsing/parser-base.h (right): https://codereview.chromium.org/2297643002/diff/1/src/parsing/parser-base.h#newcode635 src/parsing/parser-base.h:635: struct DeclarationDescriptor { (I'm wondering...) Would it ...
4 years, 3 months ago (2016-08-30 14:04:34 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/2297643002/1
4 years, 3 months ago (2016-08-31 08:29:23 UTC) #12
commit-bot: I haz the power
Committed patchset #1 (id:1)
4 years, 3 months ago (2016-08-31 08:31:46 UTC) #14
commit-bot: I haz the power
Patchset 1 (id:??) landed as https://crrev.com/4999717e8c60c371c3eaa6a2616a0bbb5bb6778f Cr-Commit-Position: refs/heads/master@{#39036}
4 years, 3 months ago (2016-08-31 08:32:16 UTC) #16
marja
4 years, 3 months ago (2016-08-31 08:38:35 UTC) #17
Message was sent while issue was closed.
Forgot to answer comment:

Since in the current situation, the fields are filled in in a different place
than where DeclarationDescriptor is constructed, a ctor doesn't help much.

However, let's work on ideas to make these classes less confusing overall!

Powered by Google App Engine
This is Rietveld 408576698