| Index: runtime/vm/flow_graph_builder.h
|
| ===================================================================
|
| --- runtime/vm/flow_graph_builder.h (revision 14156)
|
| +++ runtime/vm/flow_graph_builder.h (working copy)
|
| @@ -252,6 +252,12 @@
|
|
|
| void BuildThrowNode(ThrowNode* node);
|
|
|
| + StaticCallInstr* BuildStaticNoSuchMethodCall(
|
| + const Class& target_class,
|
| + AstNode* receiver,
|
| + const String& method_name,
|
| + ArgumentListNode* method_arguments);
|
| +
|
| void BuildStaticSetter(StaticSetterNode* node, bool result_is_needed);
|
| Definition* BuildStoreStaticField(StoreStaticFieldNode* node,
|
| bool result_is_needed);
|
|
|