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
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -49808,7 +49808,7 @@ <h1>
49808
49808
1. Let _result_ be Completion(Evaluation of _generatorBody_).
49809
49809
1. Else,
49810
49810
1. Assert: _generatorBody_ is an Abstract Closure with no parameters.
49811
-
1. Let _result_ be _generatorBody_().
49811
+
1. Let _result_ be Completion(_generatorBody_()).
49812
49812
1. Assert: If we return here, the generator either threw an exception or performed either an implicit or explicit return.
49813
49813
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.
49814
49814
1. Set _acGenerator_.[[GeneratorState]] to ~completed~.
0 commit comments