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
Intl.DateTimeFormat.prototype.format is an accessor property whose set accessor function is *undefined*. Its get accessor function performs the following steps:
914
-
</p>
915
-
916
-
<emu-alg>
917
-
1. Let _dtf_ be the *this* value.
918
-
1. If the implementation supports the normative optional constructor mode of <emu-xrefhref="#legacy-constructor"></emu-xref>, then
1. Let _F_ be a new built-in function object as defined in DateTime Format Functions (<emu-xrefhref="#sec-datetime-format-functions"></emu-xref>).
923
-
1. Set _F_.[[DateTimeFormat]] to _dtf_.
924
-
1. Set _dtf_.[[BoundFormat]] to _F_.
925
-
1. Return _dtf_.[[BoundFormat]].
926
-
</emu-alg>
927
-
928
-
<emu-note>
929
-
The returned function is bound to _dtf_ so that it can be passed directly to `Array.prototype.map` or other functions.
930
-
This is considered a historical artefact, as part of a convention which is no longer followed for new features, but is preserved to maintain compatibility with existing programs.
Intl.DateTimeFormat.prototype.format is an accessor property whose set accessor function is *undefined*. Its get accessor function performs the following steps:
1070
+
</p>
1071
+
1072
+
<emu-alg>
1073
+
1. Let _dtf_ be the *this* value.
1074
+
1. If the implementation supports the normative optional constructor mode of <emu-xrefhref="#legacy-constructor"></emu-xref>, then
1. Let _F_ be a new built-in function object as defined in DateTime Format Functions (<emu-xrefhref="#sec-datetime-format-functions"></emu-xref>).
1079
+
1. Set _F_.[[DateTimeFormat]] to _dtf_.
1080
+
1. Set _dtf_.[[BoundFormat]] to _F_.
1081
+
1. Return _dtf_.[[BoundFormat]].
1082
+
</emu-alg>
1083
+
1084
+
<emu-note>
1085
+
The returned function is bound to _dtf_ so that it can be passed directly to `Array.prototype.map` or other functions.
1086
+
This is considered a historical artefact, as part of a convention which is no longer followed for new features, but is preserved to maintain compatibility with existing programs.
1. Let _maximal_ be the result of the <ahref="https://unicode.org/reports/tr35/#Likely_Subtags">Add Likely Subtags</a> algorithm applied to _loc_.[[Locale]]. If an error is signaled, set _maximal_ to _loc_.[[Locale]].
1. Let _minimal_ be the result of the <ahref="https://unicode.org/reports/tr35/#Likely_Subtags">Remove Likely Subtags</a> algorithm applied to _loc_.[[Locale]]. If an error is signaled, set _minimal_ to _loc_.[[Locale]].
<p>`Intl.Locale.prototype.baseName` is an accessor property whose set accessor function is *undefined*. Its get accessor function performs the following steps:</p>
<p>This property only exists if %Intl.Locale%.[[LocaleExtensionKeys]] contains *"kn"*.</p>
293
-
<p>`Intl.Locale.prototype.numeric` is an accessor property whose set accessor function is *undefined*. Its get accessor function performs the following steps:</p>
<p>`Intl.Locale.prototype.language` is an accessor property whose set accessor function is *undefined*. Its get accessor function performs the following steps:</p>
1. Let _maximal_ be the result of the <ahref="https://unicode.org/reports/tr35/#Likely_Subtags">Add Likely Subtags</a> algorithm applied to _loc_.[[Locale]]. If an error is signaled, set _maximal_ to _loc_.[[Locale]].
1. Let _minimal_ be the result of the <ahref="https://unicode.org/reports/tr35/#Likely_Subtags">Remove Likely Subtags</a> algorithm applied to _loc_.[[Locale]]. If an error is signaled, set _minimal_ to _loc_.[[Locale]].
<p>`Intl.Locale.prototype.language` is an accessor property whose set accessor function is *undefined*. Its get accessor function performs the following steps:</p>
<p>This property only exists if %Intl.Locale%.[[LocaleExtensionKeys]] contains *"kn"*.</p>
303
+
<p>`Intl.Locale.prototype.numeric` is an accessor property whose set accessor function is *undefined*. Its get accessor function performs the following steps:</p>
<p>`Intl.Locale.prototype.region` is an accessor property whose set accessor function is *undefined*. Its get accessor function performs the following steps:</p>
<p>`Intl.Locale.prototype.region` is an accessor property whose set accessor function is *undefined*. Its get accessor function performs the following steps:</p>
0 commit comments