| Index: runtime/vm/flow_graph_builder.h
|
| ===================================================================
|
| --- runtime/vm/flow_graph_builder.h (revision 44183)
|
| +++ runtime/vm/flow_graph_builder.h (working copy)
|
| @@ -467,12 +467,12 @@
|
|
|
| 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 BuildAwaitJump(LocalVariable* old_context,
|
| + void BuildAsyncJump(LocalVariable* old_context,
|
| LocalVariable* continuation_result,
|
| LocalVariable* continuation_error,
|
| LocalVariable* continuation_stack_trace,
|
|
|