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
{{ message }}
This repository was archived by the owner on Oct 8, 2024. It is now read-only.
1. If _O_.[[GeneratorState]] is ~suspendedStart~, then
289
+
1. If _O_.[[GeneratorState]] is ~suspended-start~, then
290
290
1. Set _O_.[[GeneratorState]] to ~completed~.
291
291
1. NOTE: Once a generator enters the completed state it never leaves it and its associated execution context is never resumed. Any execution state associated with _O_ can be discarded at this point.
0 commit comments