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

Unified Diff: runtime/vm/parser.h

Issue 1382533003: Add flag which moves super initializer statement (Closed) Base URL: https://github.com/dart-lang/sdk.git@master
Patch Set: Created 5 years, 2 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 | « no previous file | 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 24ff1acdd38db5920950c8cf41cb75e1a7fcca89..433a0c47233c7e1eebe23fbe05f2303b6a686352 100644
--- a/runtime/vm/parser.h
+++ b/runtime/vm/parser.h
@@ -476,12 +476,15 @@ class Parser : public ValueObject {
AstNode* instance,
Field* field,
AstNode* init_value);
- void GenerateSuperConstructorCall(const Class& cls,
- intptr_t supercall_pos,
- LocalVariable* receiver,
- AstNode* phase_parameter,
- ArgumentListNode* forwarding_args);
- AstNode* ParseSuperInitializer(const Class& cls, LocalVariable* receiver);
+ StaticCallNode* GenerateSuperConstructorCall(
+ const Class& cls,
+ intptr_t supercall_pos,
+ LocalVariable* receiver,
+ AstNode* phase_parameter,
+ ArgumentListNode* forwarding_args);
+ StaticCallNode* ParseSuperInitializer(
+ const Class& cls,
+ LocalVariable* receiver);
AstNode* ParseInitializer(const Class& cls,
LocalVariable* receiver,
GrowableArray<Field*>* initialized_fields);
« no previous file with comments | « no previous file | runtime/vm/parser.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698