Skip to content

Commit ee61cc9

Browse files
Fix promise handling
1 parent 58b05fa commit ee61cc9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -28618,7 +28618,7 @@ <h1>Evaluate ( ): a Promise</h1>
2861828618
1. Resume the context that is now on the top of the execution context stack as the running execution context.
2861928619
1. Let _pc_ be ! NewPromiseCapability(%Promise%).
2862028620
1. IfAbruptRejectPromise(_result_, _pc_).
28621-
1. Perform ! _pc_.[[Resolve]](_result_).
28621+
1. Perform ! Call(_pc_.[[Resolve]], *undefined*, « *undefined* »).
2862228622
1. Return _pc_.[[Promise]].
2862328623
</emu-alg>
2862428624
</emu-clause>

0 commit comments

Comments
 (0)