Skip to content

Commit

Permalink
Editorial: use suspended-start instead of undefined in AsyncGenerator…
Browse files Browse the repository at this point in the history
…State (#3494)
  • Loading branch information
kimjg1119 authored and ljharb committed Dec 19, 2024
1 parent 6298ee1 commit b2a5b67
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion esmeta-ignore.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
"AsyncGeneratorYield",
"ClassStaticBlockBody[0,0].EvaluateClassStaticBlockBody",
"CompareTypedArrayElements",
"CreateAsyncIteratorFromClosure",
"DoWait",
"FunctionBody[0,0].EvaluateFunctionBody",
"GetFunctionRealm",
Expand Down
2 changes: 1 addition & 1 deletion spec.html
Original file line number Diff line number Diff line change
Expand Up @@ -49386,7 +49386,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 ~suspended-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 b2a5b67

Please sign in to comment.