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
): either a normal completion containing an ECMAScript language value or a throw completion
1738
-
</h1>
1739
-
<dlclass="header">
1740
-
<dt>description</dt>
1741
-
<dd>
1742
-
It returns the DateTimeFormat instance of its input object, which is either the value itself or a value associated with it by %Intl.DateTimeFormat% according to the normative optional constructor mode of <emu-xrefhref="#legacy-constructor"></emu-xref>.
1743
-
</dd>
1744
-
</dl>
1745
-
<emu-alg>
1746
-
1. If _dtf_ is not an Object, throw a *TypeError* exception.
1747
-
1. If _dtf_ does not have an [[InitializedDateTimeFormat]] internal slot and ? OrdinaryHasInstance(%Intl.DateTimeFormat%, _dtf_) is *true*, then
): either a normal completion containing an ECMAScript language value or a throw completion
1733
+
</h1>
1734
+
<dlclass="header">
1735
+
<dt>description</dt>
1736
+
<dd>
1737
+
It returns the DateTimeFormat instance of its input object, which is either the value itself or a value associated with it by %Intl.DateTimeFormat% according to the normative optional constructor mode of <emu-xrefhref="#legacy-constructor"></emu-xref>.
1738
+
</dd>
1739
+
</dl>
1740
+
<emu-alg>
1741
+
1. If _dtf_ is not an Object, throw a *TypeError* exception.
1742
+
1. If _dtf_ does not have an [[InitializedDateTimeFormat]] internal slot and ? OrdinaryHasInstance(%Intl.DateTimeFormat%, _dtf_) is *true*, then
): either a normal completion containing an ECMAScript language value or a throw completion
1374
-
</h1>
1375
-
<dlclass="header">
1376
-
<dt>description</dt>
1377
-
<dd>
1378
-
It returns the NumberFormat instance of its input object, which is either the value itself or a value associated with it by %Intl.NumberFormat% according to the normative optional constructor mode of <emu-xrefhref="#legacy-constructor"></emu-xref>.
1379
-
</dd>
1380
-
</dl>
1381
-
<emu-alg>
1382
-
1. If _nf_ is not an Object, throw a *TypeError* exception.
1383
-
1. If _nf_ does not have an [[InitializedNumberFormat]] internal slot and ? OrdinaryHasInstance(%Intl.NumberFormat%, _nf_) is *true*, then
): either a normal completion containing an ECMAScript language value or a throw completion
1369
+
</h1>
1370
+
<dlclass="header">
1371
+
<dt>description</dt>
1372
+
<dd>
1373
+
It returns the NumberFormat instance of its input object, which is either the value itself or a value associated with it by %Intl.NumberFormat% according to the normative optional constructor mode of <emu-xrefhref="#legacy-constructor"></emu-xref>.
1374
+
</dd>
1375
+
</dl>
1376
+
<emu-alg>
1377
+
1. If _nf_ is not an Object, throw a *TypeError* exception.
1378
+
1. If _nf_ does not have an [[InitializedNumberFormat]] internal slot and ? OrdinaryHasInstance(%Intl.NumberFormat%, _nf_) is *true*, then
0 commit comments