Skip to content

Commit

Permalink
Add missing .prototype property entries for DisposableStack/AsyncDisp…
Browse files Browse the repository at this point in the history
…osableStack (#167)
  • Loading branch information
rbuckton committed Jul 13, 2023
1 parent 40f272f commit a3edfa6
Showing 1 changed file with 15 additions and 2 deletions.
17 changes: 15 additions & 2 deletions spec.emu
Expand Up @@ -4401,8 +4401,15 @@ contributors: Ron Buckton, Ecma International
<h1>Properties of the DisposableStack Constructor</h1>
<p>The DisposableStack constructor:</p>
<ul>
<li>Has a [[Prototype]] internal slot whose value is %Function.prototype%.</li>
<li>has a [[Prototype]] internal slot whose value is %Function.prototype%.</li>
<li>has the following properties:</li>
</ul>

<emu-clause id="sec-disposablestack.prototype">
<h1>DisposableStack.prototype</h1>
<p>The initial value of `DisposableStack.prototype` is the DisposableStack prototype object.</p>
<p>This property has the attributes { [[Writable]]: *false*, [[Enumerable]]: *false*, [[Configurable]]: *false* }.</p>
</emu-clause>
</emu-clause>

<emu-clause id="sec-properties-of-the-disposablestack-prototype-object">
Expand Down Expand Up @@ -4600,8 +4607,14 @@ contributors: Ron Buckton, Ecma International
<h1>Properties of the AsyncDisposableStack Constructor</h1>
<p>The AsyncDisposableStack constructor:</p>
<ul>
<li>Has a [[Prototype]] internal slot whose value is %Function.prototype%.</li>
<li>has a [[Prototype]] internal slot whose value is %Function.prototype%.</li>
<li>has the following properties:</li>
</ul>
<emu-clause id="sec-asyncdisposablestack.prototype">
<h1>AsyncDisposableStack.prototype</h1>
<p>The initial value of `AsyncDisposableStack.prototype` is the AsyncDisposableStack prototype object.</p>
<p>This property has the attributes { [[Writable]]: *false*, [[Enumerable]]: *false*, [[Configurable]]: *false* }.</p>
</emu-clause>
</emu-clause>

<emu-clause id="sec-properties-of-the-asyncdisposablestack-prototype-object">
Expand Down

0 comments on commit a3edfa6

Please sign in to comment.