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

Commit

Permalink
remove usage of dfs numberings in fulfillment
Browse files Browse the repository at this point in the history
  • Loading branch information
guybedford committed Feb 2, 2021
1 parent eb42d3c commit 3846f20
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions spec.html
Original file line number Diff line number Diff line change
Expand Up @@ -662,8 +662,6 @@ <h1><ins>CyclicModuleExecutionFulfilled ( _module_ )</ins></h1>
1. Assert: _module_.[[EvaluationError]] is *undefined*.
1. Set _module_.[[AsyncEvaluating]] to *false*.
1. For each Module _m_ of _module_.[[AsyncParentModules]], do
1. If _module_.[[DFSIndex]] is not equal to _module_.[[DFSAncestorIndex]], then
1. Assert: _m_.[[DFSAncestorIndex]] is less than or equal to _module_.[[DFSAncestorIndex]].
1. Decrement _m_.[[PendingAsyncDependencies]] by 1.
1. If _m_.[[PendingAsyncDependencies]] is 0 and _m_.[[EvaluationError]] is *undefined*, then
1. Assert: _m_.[[AsyncEvaluating]] is *true*.
Expand Down Expand Up @@ -694,8 +692,6 @@ <h1><ins>AsyncModuleExecutionRejected ( _module_, _error_ )</ins></h1>
1. Set _module_.[[EvaluationError]] to ThrowCompletion(_error_).
1. Set _module_.[[AsyncEvaluating]] to *false*.
1. For each Module _m_ of _module_.[[AsyncParentModules]], do
1. If _module_.[[DFSIndex]] is not equal to _module_.[[DFSAncestorIndex]], then
1. Assert: _m_.[[DFSAncestorIndex]] is equal to _module_.[[DFSAncestorIndex]].
1. Perform ! AsyncModuleExecutionRejected(_m_, _error_).
1. If _module_.[[TopLevelCapability]] is not *undefined*, then
1. Assert: _module_.[[DFSIndex]] is equal to _module_.[[DFSAncestorIndex]].
Expand Down

0 comments on commit 3846f20

Please sign in to comment.