File tree Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -27100,7 +27100,11 @@ <h1>Evaluate ( ): a Promise</h1>
2710027100 <emu-alg>
2710127101 1. Assert: This call to Evaluate is not happening at the same time as another call to Evaluate within the surrounding agent.
2710227102 1. Assert: _module_.[[Status]] is one of ~linked~, ~evaluating-async~, or ~evaluated~.
27103- 1. If _module_.[[Status]] is either ~evaluating-async~ or ~evaluated~, set _module_ to _module_.[[CycleRoot]].
27103+ 1. If _module_.[[Status]] is either ~evaluating-async~ or ~evaluated~, then
27104+ 1. If _module_.[[CycleRoot]] is not ~empty~, then
27105+ 1. Set _module_ to _module_.[[CycleRoot]].
27106+ 1. Else,
27107+ 1. Assert: _module_.[[Status]] is ~evaluated~ and _module_.[[EvaluationError]] is a throw completion.
2710427108 1. If _module_.[[TopLevelCapability]] is not ~empty~, then
2710527109 1. Return _module_.[[TopLevelCapability]].[[Promise]].
2710627110 1. Let _stack_ be a new empty List.
You can’t perform that action at this time.
0 commit comments