| Index: runtime/vm/flow_graph_builder.h
 | 
| ===================================================================
 | 
| --- runtime/vm/flow_graph_builder.h	(revision 43515)
 | 
| +++ runtime/vm/flow_graph_builder.h	(working copy)
 | 
| @@ -467,6 +467,11 @@
 | 
|  
 | 
|    void BuildLetTempExpressions(LetNode* node);
 | 
|  
 | 
| +  void BuildYieldJump(LocalVariable* old_context,
 | 
| +                      LocalVariable* iterator_param,
 | 
| +                      const intptr_t old_ctx_level,
 | 
| +                      JoinEntryInstr* target);
 | 
| +
 | 
|    void BuildAwaitJump(LocalVariable* old_context,
 | 
|                        LocalVariable* continuation_result,
 | 
|                        LocalVariable* continuation_error,
 | 
| 
 |