| Index: runtime/vm/flow_graph_builder.h
|
| ===================================================================
|
| --- runtime/vm/flow_graph_builder.h (revision 37783)
|
| +++ runtime/vm/flow_graph_builder.h (working copy)
|
| @@ -345,6 +345,7 @@
|
|
|
| Definition* BuildStoreLocal(const LocalVariable& local, Value* value);
|
| Definition* BuildLoadLocal(const LocalVariable& local);
|
| + LoadLocalInstr* BuildLoadThisVar(LocalScope* scope);
|
|
|
| // Helpers for translating parts of the AST.
|
| void BuildPushArguments(const ArgumentListNode& node,
|
|
|