diff --git a/spec.html b/spec.html index 1d59758031..e267e86b34 100644 --- a/spec.html +++ b/spec.html @@ -27322,11 +27322,11 @@

1. Set _module_.[[Status]] to ~evaluated~. 1. Set _module_.[[AsyncEvaluationOrder]] to ~done~. 1. NOTE: _module_.[[AsyncEvaluationOrder]] is set to ~done~ for symmetry with AsyncModuleExecutionFulfilled. In InnerModuleEvaluation, the value of a module's [[AsyncEvaluationOrder]] internal slot is unused when its [[EvaluationError]] internal slot is not ~empty~. - 1. For each Cyclic Module Record _m_ of _module_.[[AsyncParentModules]], do - 1. Perform AsyncModuleExecutionRejected(_m_, _error_). 1. If _module_.[[TopLevelCapability]] is not ~empty~, then 1. Assert: _module_.[[CycleRoot]] and _module_ are the same Module Record. 1. Perform ! Call(_module_.[[TopLevelCapability]].[[Reject]], *undefined*, « _error_ »). + 1. For each Cyclic Module Record _m_ of _module_.[[AsyncParentModules]], do + 1. Perform AsyncModuleExecutionRejected(_m_, _error_). 1. Return ~unused~.