Skip to content

Commit

Permalink
Fix promise handling
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolo-ribaudo committed Feb 13, 2025
1 parent 58b05fa commit ee61cc9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec.html
Original file line number Diff line number Diff line change
Expand Up @@ -28618,7 +28618,7 @@ <h1>Evaluate ( ): a Promise</h1>
1. Resume the context that is now on the top of the execution context stack as the running execution context.
1. Let _pc_ be ! NewPromiseCapability(%Promise%).
1. IfAbruptRejectPromise(_result_, _pc_).
1. Perform ! _pc_.[[Resolve]](_result_).
1. Perform ! Call(_pc_.[[Resolve]], *undefined*, « *undefined* »).
1. Return _pc_.[[Promise]].
</emu-alg>
</emu-clause>
Expand Down

0 comments on commit ee61cc9

Please sign in to comment.