Skip to content

Commit

Permalink
Editorial: Reinstate 5 ids (tc39#3143)
Browse files Browse the repository at this point in the history
... that I inadvertently un-defined in PR tc39#3063.
  • Loading branch information
jmdyck authored and ljharb committed Aug 16, 2023
1 parent a88ea3c commit 9a75782
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 @@ -30349,7 +30349,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 @@ -30613,7 +30613,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 @@ -31335,7 +31335,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 @@ -31481,7 +31481,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 @@ -35165,7 +35165,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 9a75782

Please sign in to comment.