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
1. Set the code evaluation state of _genContext_ such that when evaluation is resumed for that execution context, _closure_ will be called with no arguments.
48120
48120
1. Set _generator_.[[GeneratorContext]] to _genContext_.
48121
-
1. Set _generator_.[[GeneratorState]] to ~suspended-start~.
48122
48121
1. Return ~unused~.
48123
48122
</emu-alg>
48124
48123
</emu-clause>
@@ -48475,7 +48474,6 @@ <h1>
48475
48474
1. Return *undefined*.
48476
48475
1. Set the code evaluation state of _genContext_ such that when evaluation is resumed for that execution context, _closure_ will be called with no arguments.
48477
48476
1. Set _generator_.[[AsyncGeneratorContext]] to _genContext_.
48478
-
1. Set _generator_.[[AsyncGeneratorState]] to ~suspended-start~.
48479
48477
1. Set _generator_.[[AsyncGeneratorQueue]] to a new empty List.
0 commit comments