You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: spec.html
+11-8Lines changed: 11 additions & 8 deletions
Original file line number
Diff line number
Diff line change
@@ -48461,7 +48461,7 @@ <h1>
48461
48461
1. Let _result_ be Completion(_generatorBody_()).
48462
48462
1. Assert: If we return here, the async generator either threw an exception or performed either an implicit or explicit return.
48463
48463
1. Remove _acGenContext_ from the execution context stack and restore the execution context that is at the top of the execution context stack as the running execution context.
48464
-
1. Set _acGenerator_.[[AsyncGeneratorState]] to ~completed~.
48464
+
1. Set _acGenerator_.[[AsyncGeneratorState]] to ~awaiting-return~.
48465
48465
1. If _result_ is a normal completion, set _result_ to NormalCompletion(*undefined*).
48466
48466
1. If _result_ is a return completion, set _result_ to NormalCompletion(_result_.[[Value]]).
0 commit comments