Skip to content

Commit

Permalink
Editorial: Reinstate 5 ids
Browse files Browse the repository at this point in the history
... that I inadvertently un-defined in PR tc39#3063.
  • Loading branch information
jmdyck committed Aug 8, 2023
1 parent c316ec7 commit a6b4062
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions spec.html
Original file line number Diff line number Diff line change
Expand Up @@ -30336,7 +30336,7 @@ <h1>Boolean.prototype.valueOf ( )</h1>
1. Return ? ThisBooleanValue(*this* value).
</emu-alg>

<emu-clause id="sec-thisbooleanvalue" type="abstract operation">
<emu-clause id="sec-thisbooleanvalue" type="abstract operation" oldids="thisbooleanvalue">
<h1>
ThisBooleanValue (
_value_: an ECMAScript language value,
Expand Down Expand Up @@ -30600,7 +30600,7 @@ <h1>Symbol.prototype.valueOf ( )</h1>
1. Return ? ThisSymbolValue(*this* value).
</emu-alg>

<emu-clause id="sec-thissymbolvalue" type="abstract operation">
<emu-clause id="sec-thissymbolvalue" type="abstract operation" oldids="thissymbolvalue">
<h1>
ThisSymbolValue (
_value_: an ECMAScript language value,
Expand Down Expand Up @@ -31322,7 +31322,7 @@ <h1>Number.prototype.valueOf ( )</h1>
1. Return ? ThisNumberValue(*this* value).
</emu-alg>

<emu-clause id="sec-thisnumbervalue" type="abstract operation">
<emu-clause id="sec-thisnumbervalue" type="abstract operation" oldids="thisnumbervalue">
<h1>
ThisNumberValue (
_value_: an ECMAScript language value,
Expand Down Expand Up @@ -31468,7 +31468,7 @@ <h1>BigInt.prototype.valueOf ( )</h1>
1. Return ? ThisBigIntValue(*this* value).
</emu-alg>

<emu-clause id="sec-thisbigintvalue" type="abstract operation">
<emu-clause id="sec-thisbigintvalue" type="abstract operation" oldids="thisbigintvalue">
<h1>
ThisBigIntValue (
_value_: an ECMAScript language value,
Expand Down Expand Up @@ -35147,7 +35147,7 @@ <h1>String.prototype.valueOf ( )</h1>
1. Return ? ThisStringValue(*this* value).
</emu-alg>

<emu-clause id="sec-thisstringvalue" type="abstract operation">
<emu-clause id="sec-thisstringvalue" type="abstract operation" oldids="thisstringvalue">
<h1>
ThisStringValue (
_value_: an ECMAScript language value,
Expand Down

0 comments on commit a6b4062

Please sign in to comment.