File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -96625,15 +96625,15 @@ import "https://example.com/foo/../module2.mjs";</code></pre>
96625
96625
<var>thisValue</var>, perform the following steps:
96626
96626
96627
96627
<ol>
96628
+ <li><p><span>Assert</span>: <var>calleeRealm</var> is a <span>synthetic realm</span></p></li>
96628
96629
<li><p>If <var>thisValue</var> is null or undefined, return
96629
96630
<var>calleeRealm</var>.[[GlobalObject]].</p></li>
96630
96631
<li><p>If <span data-x="js-Type">Type</span>(<var>thisValue</var>) is not Object, then throw a
96631
96632
TypeError.</p></li>
96632
96633
<li><p>If <var>thisValue</var> is not a <span>global object</span>, then throw a
96633
96634
TypeError.</p></li>
96634
- <li><p>If <var>thisValue</var>'s <span data-x="concept-global-object-realm">realm</span>'s <span
96635
- data-x="concept-realm-settings-object">environment settings object</span> is not a
96636
- <span>synthetic realm settings object</span>, then throw a TypeError.</p></li>
96635
+ <li><p><span>Assert</span>: <var>thisValue</var> is
96636
+ <var>calleeRealm</var>.[[GlobalObject]].</p></li>
96637
96637
<li><p>Return <var>thisValue</var>.</p></li>
96638
96638
</ol>
96639
96639
You can’t perform that action at this time.
0 commit comments