From 2aa85c3f5fbaef8b1b57670089b0aebb302494f6 Mon Sep 17 00:00:00 2001 From: Jungyeom Kim Date: Thu, 21 Nov 2024 20:27:27 +0900 Subject: [PATCH 1/2] use suspended start --- spec.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spec.html b/spec.html index 90d2015448..dca4f88c6d 100644 --- a/spec.html +++ b/spec.html @@ -49350,7 +49350,7 @@

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*. From 3559d2ebb978d1b9661b723a38f75abfb4f7bb97 Mon Sep 17 00:00:00 2001 From: Jungyeom Kim Date: Fri, 22 Nov 2024 16:35:46 +0900 Subject: [PATCH 2/2] fix esmeta-ignore.json --- esmeta-ignore.json | 1 - 1 file changed, 1 deletion(-) diff --git a/esmeta-ignore.json b/esmeta-ignore.json index 9703c535b1..ee2a3eb898 100644 --- a/esmeta-ignore.json +++ b/esmeta-ignore.json @@ -3,7 +3,6 @@ "AsyncGeneratorYield", "ClassStaticBlockBody[0,0].EvaluateClassStaticBlockBody", "CompareTypedArrayElements", - "CreateAsyncIteratorFromClosure", "DoWait", "FunctionBody[0,0].EvaluateFunctionBody", "GetFunctionRealm",