Skip to content

Commit

Permalink
add finalization-registry and weakref to constructor properties of th…
Browse files Browse the repository at this point in the history
…e global object
  • Loading branch information
codehag committed Jul 28, 2020
1 parent e42c51a commit fe67804
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions spec.html
Original file line number Diff line number Diff line change
Expand Up @@ -25722,6 +25722,11 @@ <h1>EvalError ( . . . )</h1>
<p>See <emu-xref href="#sec-native-error-types-used-in-this-standard-evalerror"></emu-xref>.</p>
</emu-clause>

<emu-clause id="sec-constructor-properties-of-the-global-object-finnalization-registry">
<h1>FinalizationRegistry ( . . . )</h1>
<p>See <emu-xref href="#sec-finalization-registry-constructor"></emu-xref>.</p>
</emu-clause>

<emu-clause id="sec-float32array">
<h1>Float32Array ( . . . )</h1>
<p>See <emu-xref href="#sec-typedarray-constructors"></emu-xref>.</p>
Expand Down Expand Up @@ -25852,6 +25857,11 @@ <h1>WeakMap ( . . . )</h1>
<p>See <emu-xref href="#sec-weakmap-constructor"></emu-xref>.</p>
</emu-clause>

<emu-clause id="sec-constructor-properties-of-the-global-object-weakref">
<h1>WeakRef ( . . . )</h1>
<p>See <emu-xref href="#sec-weak-ref-constructor"></emu-xref>.</p>
</emu-clause>

<emu-clause id="sec-constructor-properties-of-the-global-object-weakset">
<h1>WeakSet ( . . . )</h1>
<p>See <emu-xref href="#sec-weakset-objects"></emu-xref>.</p>
Expand Down

0 comments on commit fe67804

Please sign in to comment.