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: add missing WeakRef/Finalization well-known intrinsics to table #2126

Merged
merged 1 commit into from
Aug 5, 2020
Merged
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
26 changes: 24 additions & 2 deletions spec.html
Original file line number Diff line number Diff line change
Expand Up @@ -3158,6 +3158,17 @@ <h1>Well-Known Intrinsic Objects</h1>
The initial value of the *"prototype"* data property of %EvalError%; i.e., %EvalError.prototype%
</td>
</tr>
<tr>
<td>
%FinalizationRegistry%
</td>
<td>
`FinalizationRegistry`
</td>
<td>
The FinalizationRegistry constructor (<emu-xref href="#sec-finalization-registry-constructor"></emu-xref>)
</td>
</tr>
<tr>
<td>
%Float32Array%
Expand Down Expand Up @@ -4004,6 +4015,17 @@ <h1>Well-Known Intrinsic Objects</h1>
The initial value of the *"prototype"* data property of %WeakMap%; i.e., %WeakMap.prototype%
</td>
</tr>
<tr>
<td>
%WeakRef%
</td>
<td>
`WeakRef`
</td>
<td>
The WeakRef constructor (<emu-xref href="#sec-weak-ref-constructor"></emu-xref>)
</td>
</tr>
<tr>
<td>
%WeakSet%
Expand Down Expand Up @@ -38958,7 +38980,7 @@ <h1>WeakRef Objects</h1>

<emu-clause id="sec-weak-ref-constructor">
<h1>The WeakRef Constructor</h1>
<p>The WeakRef constructor:</p>
<p>The <dfn>WeakRef</dfn> constructor:</p>
<ul>
<li>is the intrinsic object %WeakRef%.</li>
<li>
Expand Down Expand Up @@ -39090,7 +39112,7 @@ <h1>FinalizationRegistry Objects</h1>

<emu-clause id="sec-finalization-registry-constructor">
<h1>The FinalizationRegistry Constructor</h1>
<p>The FinalizationRegistry constructor:</p>
<p>The <dfn>FinalizationRegistry</dfn> constructor:</p>
<ul>
<li>is the intrinsic object <dfn>%FinalizationRegistry%</dfn>.</li>
<li>
Expand Down