File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -12568,7 +12568,7 @@ The \[[Prototype]] [=internal slot=] of an [=asynchronous iterator prototype obj
12568
12568
1. Let |thisValidationPromiseCapability| be [=!=] [$NewPromiseCapability$]({{%Promise%}}).
12569
12569
12570
12570
1. Let |thisValue| be the <emu-val>this</emu-val> value.
12571
- 1. Let |object| be [=?=] <a abstract-op>ToObject</a>(|thisValue|).
12571
+ 1. Let |object| be <a abstract-op>Completion</a>(<a abstract-op>ToObject</a>(|thisValue|) ).
12572
12572
12573
12573
1. [$IfAbruptRejectPromise$](|object|, |thisValidationPromiseCapability|).
12574
12574
@@ -12658,7 +12658,7 @@ The \[[Prototype]] [=internal slot=] of an [=asynchronous iterator prototype obj
12658
12658
1. Let |returnPromiseCapability| be [=!=] [$NewPromiseCapability$]({{%Promise%}}).
12659
12659
12660
12660
1. Let |thisValue| be the <emu-val>this</emu-val> value.
12661
- 1. Let |object| be [=?=] <a abstract-op>ToObject</a>(|thisValue|).
12661
+ 1. Let |object| be <a abstract-op>Completion</a>(<a abstract-op>ToObject</a>(|thisValue|) ).
12662
12662
12663
12663
1. [$IfAbruptRejectPromise$](|object|, |returnPromiseCapability|).
12664
12664
You can’t perform that action at this time.
0 commit comments