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