Skip to content

Commit

Permalink
use suspended start
Browse files Browse the repository at this point in the history
  • Loading branch information
kimjg1119 committed Nov 21, 2024
1 parent 5881c1f commit 95a8b9e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec.html
Original file line number Diff line number Diff line change
Expand Up @@ -49350,7 +49350,7 @@ <h1>
1. Let _internalSlotsList_ be « [[AsyncGeneratorState]], [[AsyncGeneratorContext]], [[AsyncGeneratorQueue]], [[GeneratorBrand]] ».
1. Let _generator_ be OrdinaryObjectCreate(_generatorPrototype_, _internalSlotsList_).
1. Set _generator_.[[GeneratorBrand]] to _generatorBrand_.
1. Set _generator_.[[AsyncGeneratorState]] to *undefined*.
1. Set _generator_.[[AsyncGeneratorState]] to ~suspend-start~.
1. Let _callerContext_ be the running execution context.
1. Let _calleeContext_ be a new execution context.
1. Set the Function of _calleeContext_ to *null*.
Expand Down

0 comments on commit 95a8b9e

Please sign in to comment.