@@ -1766,10 +1766,10 @@ <h1>Temporal.PlainDate.prototype.toLocaleString ( [ _locales_ [ , _options_ ] ]
1766
1766
<p >This definition supersedes the definition provided in <emu-xref href =" #sec-temporal.plaindate.prototype.tolocalestring" ></emu-xref >.</p >
1767
1767
<p >This method performs the following steps when called:</p >
1768
1768
<emu-alg >
1769
- 1. Let _temporalDate_ be the *this* value.
1770
- 1. Perform ? RequireInternalSlot(_temporalDate_ , [[InitializedTemporalDate]]).
1769
+ 1. Let _plainDate_ be the *this* value.
1770
+ 1. Perform ? RequireInternalSlot(_plainDate_ , [[InitializedTemporalDate]]).
1771
1771
1. Let _dateFormat_ be ? CreateDateTimeFormat(%Intl.DateTimeFormat%, _locales_ , _options_ , ~date~ , ~date~ ).
1772
- 1. Return ? FormatDateTime(_dateFormat_ , _temporalDate_ ).
1772
+ 1. Return ? FormatDateTime(_dateFormat_ , _plainDate_ ).
1773
1773
</emu-alg >
1774
1774
</emu-clause >
1775
1775
</emu-clause >
@@ -1782,10 +1782,10 @@ <h1>Temporal.PlainDateTime.prototype.toLocaleString ( [ _locales_ [ , _options_
1782
1782
<p >This definition supersedes the definition provided in <emu-xref href =" #sec-temporal.plaindatetime.prototype.tolocalestring" ></emu-xref >.</p >
1783
1783
<p >This method performs the following steps when called:</p >
1784
1784
<emu-alg >
1785
- 1. Let _dateTime_ be the *this* value.
1786
- 1. Perform ? RequireInternalSlot(_dateTime_ , [[InitializedTemporalDateTime]]).
1785
+ 1. Let _plainDateTime_ be the *this* value.
1786
+ 1. Perform ? RequireInternalSlot(_plainDateTime_ , [[InitializedTemporalDateTime]]).
1787
1787
1. Let _dateFormat_ be ? CreateDateTimeFormat(%Intl.DateTimeFormat%, _locales_ , _options_ , ~any~ , ~all~ ).
1788
- 1. Return ? FormatDateTime(_dateFormat_ , _dateTime_ ).
1788
+ 1. Return ? FormatDateTime(_dateFormat_ , _plainDateTime_ ).
1789
1789
</emu-alg >
1790
1790
</emu-clause >
1791
1791
</emu-clause >
@@ -1798,10 +1798,10 @@ <h1>Temporal.PlainMonthDay.prototype.toLocaleString ( [ _locales_ [ , _options_
1798
1798
<p >This definition supersedes the definition provided in <emu-xref href =" #sec-temporal.plainmonthday.prototype.tolocalestring" ></emu-xref >.</p >
1799
1799
<p >This method performs the following steps when called:</p >
1800
1800
<emu-alg >
1801
- 1. Let _monthDay_ be the *this* value.
1802
- 1. Perform ? RequireInternalSlot(_monthDay_ , [[InitializedTemporalMonthDay]]).
1801
+ 1. Let _plainMonthDay_ be the *this* value.
1802
+ 1. Perform ? RequireInternalSlot(_plainMonthDay_ , [[InitializedTemporalMonthDay]]).
1803
1803
1. Let _dateFormat_ be ? CreateDateTimeFormat(%Intl.DateTimeFormat%, _locales_ , _options_ , ~date~ , ~date~ ).
1804
- 1. Return ? FormatDateTime(_dateFormat_ , _monthDay_ ).
1804
+ 1. Return ? FormatDateTime(_dateFormat_ , _plainMonthDay_ ).
1805
1805
</emu-alg >
1806
1806
</emu-clause >
1807
1807
</emu-clause >
@@ -1814,10 +1814,10 @@ <h1>Temporal.PlainTime.prototype.toLocaleString ( [ _locales_ [ , _options_ ] ]
1814
1814
<p >This definition supersedes the definition provided in <emu-xref href =" #sec-temporal.plaintime.prototype.tolocalestring" ></emu-xref >.</p >
1815
1815
<p >This method performs the following steps when called:</p >
1816
1816
<emu-alg >
1817
- 1. Let _temporalTime_ be the *this* value.
1818
- 1. Perform ? RequireInternalSlot(_temporalTime_ , [[InitializedTemporalTime]]).
1817
+ 1. Let _plainTime_ be the *this* value.
1818
+ 1. Perform ? RequireInternalSlot(_plainTime_ , [[InitializedTemporalTime]]).
1819
1819
1. Let _dateFormat_ be ? CreateDateTimeFormat(%Intl.DateTimeFormat%, _locales_ , _options_ , ~time~ , ~time~ ).
1820
- 1. Return ? FormatDateTime(_dateFormat_ , _temporalTime_ ).
1820
+ 1. Return ? FormatDateTime(_dateFormat_ , _plainTime_ ).
1821
1821
</emu-alg >
1822
1822
</emu-clause >
1823
1823
</emu-clause >
@@ -1830,10 +1830,10 @@ <h1>Temporal.PlainYearMonth.prototype.toLocaleString ( [ _locales_ [ , _options_
1830
1830
<p >This definition supersedes the definition provided in <emu-xref href =" #sec-temporal.plainyearmonth.prototype.tolocalestring" ></emu-xref >.</p >
1831
1831
<p >This method performs the following steps when called:</p >
1832
1832
<emu-alg >
1833
- 1. Let _yearMonth_ be the *this* value.
1834
- 1. Perform ? RequireInternalSlot(_yearMonth_ , [[InitializedTemporalYearMonth]]).
1833
+ 1. Let _plainYearMonth_ be the *this* value.
1834
+ 1. Perform ? RequireInternalSlot(_plainYearMonth_ , [[InitializedTemporalYearMonth]]).
1835
1835
1. Let _dateFormat_ be ? CreateDateTimeFormat(%Intl.DateTimeFormat%, _locales_ , _options_ , ~date~ , ~date~ ).
1836
- 1. Return ? FormatDateTime(_dateFormat_ , _yearMonth_ ).
1836
+ 1. Return ? FormatDateTime(_dateFormat_ , _plainYearMonth_ ).
1837
1837
</emu-alg >
1838
1838
</emu-clause >
1839
1839
</emu-clause >
0 commit comments