Skip to content
This repository has been archived by the owner on Aug 29, 2021. It is now read-only.

Commit

Permalink
remove all dfs refs in async fulfillment
Browse files Browse the repository at this point in the history
  • Loading branch information
guybedford committed Feb 2, 2021
1 parent 42ed64a commit 52a9a1e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions spec.html
Original file line number Diff line number Diff line change
Expand Up @@ -675,7 +675,7 @@ <h1><ins>CyclicModuleExecutionFulfilled ( _module_ )</ins></h1>
1. Otherwise,
1. Perform ! AsyncModuleExecutionRejected(_m_, _result_.[[Value]]).
1. If _module_.[[TopLevelCapability]] is not *undefined*, then
1. Assert: _module_.[[DFSIndex]] is equal to _module_.[[DFSAncestorIndex]].
1. Assert: _module_.[[CycleRoot]] is equal to _module_.
1. Perform ! Call(_module_.[[TopLevelCapability]].[[Resolve]], *undefined*, &laquo;*undefined*&raquo;).
1. Return *undefined*.
</emu-alg>
Expand All @@ -694,7 +694,7 @@ <h1><ins>AsyncModuleExecutionRejected ( _module_, _error_ )</ins></h1>
1. For each Module _m_ of _module_.[[AsyncParentModules]], do
1. Perform ! AsyncModuleExecutionRejected(_m_, _error_).
1. If _module_.[[TopLevelCapability]] is not *undefined*, then
1. Assert: _module_.[[DFSIndex]] is equal to _module_.[[DFSAncestorIndex]].
1. Assert: _module_.[[CycleRoot]] is equal to _module_.
1. Perform ! Call(_module_.[[TopLevelCapability]].[[Reject]], *undefined*, &laquo;_error_&raquo;).
1. Return *undefined*.
</emu-alg>
Expand Down

0 comments on commit 52a9a1e

Please sign in to comment.