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
+5-1Lines changed: 5 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -27198,7 +27198,11 @@ <h1>Evaluate ( ): a Promise</h1>
27198
27198
<emu-alg>
27199
27199
1. Assert: This call to Evaluate is not happening at the same time as another call to Evaluate within the surrounding agent.
27200
27200
1. Assert: _module_.[[Status]] is one of ~linked~, ~evaluating-async~, or ~evaluated~.
27201
-
1. If _module_.[[Status]] is either ~evaluating-async~ or ~evaluated~, set _module_ to _module_.[[CycleRoot]].
27201
+
1. If _module_.[[Status]] is either ~evaluating-async~ or ~evaluated~, then
27202
+
1. If _module_.[[CycleRoot]] is not ~empty~, then
27203
+
1. Set _module_ to _module_.[[CycleRoot]].
27204
+
1. Else,
27205
+
1. Assert: _module_.[[Status]] is ~evaluated~, _module_.[[EvaluationError]] is a throw completion ~empty~, and _module_.[[TopLevelCapability]] is not ~empty~.
27202
27206
1. If _module_.[[TopLevelCapability]] is not ~empty~, then
0 commit comments