You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: spec.html
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -27202,7 +27202,7 @@ <h1>Evaluate ( ): a Promise</h1>
27202
27202
1. If _module_.[[CycleRoot]] is not ~empty~, then
27203
27203
1. Set _module_ to _module_.[[CycleRoot]].
27204
27204
1. Else,
27205
-
1. Assert: _module_.[[Status]] is ~evaluated~, _module_.[[EvaluationError]] is a throw completion ~empty~, and _module_.[[TopLevelCapability]] is not ~empty~.
27205
+
1. Assert: _module_.[[Status]] is ~evaluated~ and _module_.[[EvaluationError]] is a throw completion ~empty~.
27206
27206
1. If _module_.[[TopLevelCapability]] is not ~empty~, then
0 commit comments