We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 14a9be1 commit 393797aCopy full SHA for 393797a
spec.html
@@ -27202,7 +27202,7 @@ <h1>Evaluate ( ): a Promise</h1>
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~ and _module_.[[EvaluationError]] is a throw completion ~empty~.
+ 1. Assert: _module_.[[Status]] is ~evaluated~ and _module_.[[EvaluationError]] is a throw completion.
27206
1. If _module_.[[TopLevelCapability]] is not ~empty~, then
27207
1. Return _module_.[[TopLevelCapability]].[[Promise]].
27208
1. Let _stack_ be a new empty List.
0 commit comments