We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 58b05fa commit ee61cc9Copy full SHA for ee61cc9
spec.html
@@ -28618,7 +28618,7 @@ <h1>Evaluate ( ): a Promise</h1>
28618
1. Resume the context that is now on the top of the execution context stack as the running execution context.
28619
1. Let _pc_ be ! NewPromiseCapability(%Promise%).
28620
1. IfAbruptRejectPromise(_result_, _pc_).
28621
- 1. Perform ! _pc_.[[Resolve]](_result_).
+ 1. Perform ! Call(_pc_.[[Resolve]], *undefined*, « *undefined* »).
28622
1. Return _pc_.[[Promise]].
28623
</emu-alg>
28624
</emu-clause>
0 commit comments