Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Editorial: Complete structured headers in “Specification Types” #2589

Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 8 additions & 8 deletions spec.html
Original file line number Diff line number Diff line change
Expand Up @@ -4088,7 +4088,7 @@ <h1>
<h1>
UpdateEmpty (
_completionRecord_: a Completion Record,
_value_: unknown,
_value_: an ECMAScript language value,
): a Completion Record
</h1>
<dl class="header">
Expand Down Expand Up @@ -4194,7 +4194,7 @@ <h1>
<emu-clause id="sec-getvalue" type="abstract operation">
<h1>
GetValue (
_V_: unknown,
_V_: a Completion Record, a Reference Record, or an ECMAScript language value,
): either a normal completion containing an ECMAScript language value or an abrupt completion
</h1>
<dl class="header">
Expand All @@ -4221,8 +4221,8 @@ <h1>
<emu-clause id="sec-putvalue" type="abstract operation">
<h1>
PutValue (
_V_: unknown,
_W_: unknown,
_V_: a Completion Record, a Reference Record, or an ECMAScript language value,
_W_: a Completion Record or an ECMAScript language value,
): either a normal completion containing ~unused~ or an abrupt completion
</h1>
<dl class="header">
Expand Down Expand Up @@ -4256,7 +4256,7 @@ <h1>
<emu-clause id="sec-getthisvalue" type="abstract operation">
<h1>
GetThisValue (
_V_: unknown,
_V_: a Reference Record,
): an ECMAScript language value
</h1>
<dl class="header">
Expand All @@ -4270,8 +4270,8 @@ <h1>
<emu-clause id="sec-initializereferencedbinding" type="abstract operation">
<h1>
InitializeReferencedBinding (
_V_: unknown,
_W_: unknown,
_V_: a Completion Record or a Reference Record,
_W_: a Completion Record or an ECMAScript language value,
): either a normal completion containing ~unused~ or an abrupt completion
</h1>
<dl class="header">
Expand Down Expand Up @@ -4390,7 +4390,7 @@ <h1>
<emu-clause id="sec-topropertydescriptor" type="abstract operation">
<h1>
ToPropertyDescriptor (
_Obj_: unknown,
_Obj_: an ECMAScript language value,
): either a normal completion containing a Property Descriptor or an abrupt completion
</h1>
<dl class="header">
Expand Down