Skip to content

Commit

Permalink
[spec] Move valueOf definitions into their sections.
Browse files Browse the repository at this point in the history
  • Loading branch information
Ms2ger authored and ryzokuken committed Aug 24, 2020
1 parent 533c6a1 commit f7ece3a
Show file tree
Hide file tree
Showing 3 changed files with 27 additions and 27 deletions.
18 changes: 9 additions & 9 deletions spec/date.html
Original file line number Diff line number Diff line change
Expand Up @@ -448,16 +448,16 @@ <h1>Temporal.Date.prototype.toJSON ( )</h1>
1. Return ! TemporalDateToString(_temporalDate_).
</emu-alg>
</emu-clause>
</emu-clause>

<emu-clause id="sec-temporal.date.prototype.valueof">
<h1>Temporal.Date.prototype.valueOf ( )</h1>
<p>
The following steps are taken:
</p>
<emu-alg>
1. Throw a *TypeError* exception.
</emu-alg>
<emu-clause id="sec-temporal.date.prototype.valueof">
<h1>Temporal.Date.prototype.valueOf ( )</h1>
<p>
The following steps are taken:
</p>
<emu-alg>
1. Throw a *TypeError* exception.
</emu-alg>
</emu-clause>
</emu-clause>

<emu-clause id="sec-properties-of-temporal-date-instances">
Expand Down
18 changes: 9 additions & 9 deletions spec/duration.html
Original file line number Diff line number Diff line change
Expand Up @@ -395,16 +395,16 @@ <h1>Temporal.Duration.prototype.toLocaleString ( [ _locales_ [ , _options_ ] ] )
1. <mark>TODO.</mark>
</emu-alg>
</emu-clause>
</emu-clause>

<emu-clause id="sec-temporal.duration.prototype.valueof">
<h1>Temporal.Duration.prototype.valueOf ( )</h1>
<p>
The following steps are taken:
</p>
<emu-alg>
1. Throw a *TypeError* exception.
</emu-alg>
<emu-clause id="sec-temporal.duration.prototype.valueof">
<h1>Temporal.Duration.prototype.valueOf ( )</h1>
<p>
The following steps are taken:
</p>
<emu-alg>
1. Throw a *TypeError* exception.
</emu-alg>
</emu-clause>
</emu-clause>

<emu-clause id="sec-temporal-duration-abstract-ops">
Expand Down
18 changes: 9 additions & 9 deletions spec/time.html
Original file line number Diff line number Diff line change
Expand Up @@ -395,16 +395,16 @@ <h1>Temporal.Time.prototype.toJSON ( )</h1>
1. Return ! TemporalTimeToString(_temporalTime_).
</emu-alg>
</emu-clause>
</emu-clause>

<emu-clause id="sec-temporal.time.prototype.valueof">
<h1>Temporal.Time.prototype.valueOf ( )</h1>
<p>
The following steps are taken:
</p>
<emu-alg>
1. Throw a *TypeError* exception.
</emu-alg>
<emu-clause id="sec-temporal.time.prototype.valueof">
<h1>Temporal.Time.prototype.valueOf ( )</h1>
<p>
The following steps are taken:
</p>
<emu-alg>
1. Throw a *TypeError* exception.
</emu-alg>
</emu-clause>
</emu-clause>

<emu-clause id="sec-temporal-time-abstract-ops">
Expand Down

0 comments on commit f7ece3a

Please sign in to comment.