Skip to content

Commit

Permalink
Add missing 'constructor' definitions
Browse files Browse the repository at this point in the history
  • Loading branch information
rbuckton committed Jan 8, 2025
1 parent f64b1c4 commit f45d679
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions spec.html
Original file line number Diff line number Diff line change
Expand Up @@ -47024,6 +47024,10 @@ <h1>DisposableStack.prototype.adopt ( _value_, _onDispose_ )</h1>
1. Return _value_.
</emu-alg>
</emu-clause>
<emu-clause id="sec-disposablestack.prototype.constructor">
<h1>DisposableStack.prototype.constructor</h1>
<p>The initial value of `DisposableStack.prototype.constructor` is %DisposableStack%.</p>
</emu-clause>

<emu-clause id="sec-disposablestack.prototype.defer">
<h1>DisposableStack.prototype.defer ( _onDispose_ )</h1>
Expand Down Expand Up @@ -47218,6 +47222,11 @@ <h1>AsyncDisposableStack.prototype.adopt ( _value_, _onDisposeAsync_ )</h1>
</emu-alg>
</emu-clause>

<emu-clause id="sec-asyncdisposablestack.prototype.constructor">
<h1>AsyncDisposableStack.prototype.constructor</h1>
<p>The initial value of `AsyncDisposableStack.prototype.constructor` is %AsyncDisposableStack%.</p>
</emu-clause>

<emu-clause id="sec-asyncdisposablestack.prototype.defer">
<h1>AsyncDisposableStack.prototype.defer ( _onDisposeAsync_ )</h1>
<p>When the `defer` function is called with one argument, the following steps are taken:</p>
Expand Down

0 comments on commit f45d679

Please sign in to comment.