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

Unified Diff: runtime/vm/parser.h

Issue 1569213003: Eliminate phase parameter in constructors (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: Created 4 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « runtime/vm/object.cc ('k') | runtime/vm/parser.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: runtime/vm/parser.h
diff --git a/runtime/vm/parser.h b/runtime/vm/parser.h
index 03333d5aff486c57a2af6d0f281be6bd9c68d9aa..1be0f50598e4b60b05903ef2030e691d5a0a61bb 100644
--- a/runtime/vm/parser.h
+++ b/runtime/vm/parser.h
@@ -484,7 +484,6 @@ class Parser : public ValueObject {
const Class& cls,
intptr_t supercall_pos,
LocalVariable* receiver,
- AstNode* phase_parameter,
ArgumentListNode* forwarding_args);
StaticCallNode* ParseSuperInitializer(
const Class& cls,
@@ -585,7 +584,6 @@ class Parser : public ValueObject {
void AddAsyncClosureVariables();
void AddAsyncGeneratorVariables();
- LocalVariable* LookupPhaseParameter();
LocalVariable* LookupReceiver(LocalScope* from_scope, bool test_only);
LocalVariable* LookupTypeArgumentsParameter(LocalScope* from_scope,
bool test_only);
« no previous file with comments | « runtime/vm/object.cc ('k') | runtime/vm/parser.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698