Skip to content

Commit ad14f9e

Browse files
Add [@@toStringTag] properties (tc39#57)
1 parent d269f3a commit ad14f9e

File tree

1 file changed

+23
-1
lines changed

1 file changed

+23
-1
lines changed

spec.html

Lines changed: 23 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -296,7 +296,7 @@ <h1>
296296
</emu-clause>
297297
</emu-clause>
298298

299-
<emu-clause id="sec-properties-of-the-asynccontext-object">
299+
<emu-clause id="sec-constructor-properties-of-the-asynccontext-object">
300300
<h1>Constructor Properties of the AsyncContext Object</h1>
301301

302302
<emu-clause id="sec-asynccontext.snapshot">
@@ -309,6 +309,16 @@ <h1>AsyncContext.Variable ( . . . )</h1>
309309
<p>See <emu-xref href="#sec-asynccontext-variable-objects"></emu-xref>.</p>
310310
</emu-clause>
311311
</emu-clause>
312+
313+
<emu-clause id="sec-value-properties-of-the-asynccontext-object">
314+
<h1>Value Properties of the AsyncContext Object</h1>
315+
316+
<emu-clause id="sec-asynccontext-@@tostringtag">
317+
<h1>AsyncContext [ @@toStringTag ]</h1>
318+
<p>The initial value of the @@toStringTag property is the String value *"AsyncContext"*.</p>
319+
<p>This property has the attributes { [[Writable]]: *false*, [[Enumerable]]: *false*, [[Configurable]]: *true* }.</p>
320+
</emu-clause>
321+
</emu-clause>
312322
</emu-clause>
313323

314324
<emu-clause id="sec-asynccontext-snapshot-objects">
@@ -361,6 +371,12 @@ <h1>AsyncContext.Snapshot.prototype.run ( _func_, ..._args_ )</h1>
361371
1. Return _result_.
362372
</emu-alg>
363373
</emu-clause>
374+
375+
<emu-clause id="sec-asynccontext-snapshot.prototype-@@tostringtag">
376+
<h1>AsyncContext.Snapshot.prototype [ @@toStringTag ]</h1>
377+
<p>The initial value of the @@toStringTag property is the String value *"AsyncContext.Snapshot"*.</p>
378+
<p>This property has the attributes { [[Writable]]: *false*, [[Enumerable]]: *false*, [[Configurable]]: *true* }.</p>
379+
</emu-clause>
364380
</emu-clause>
365381

366382
<emu-clause id="sec-properties-of-asynccontext-snapshot-instances">
@@ -487,6 +503,12 @@ <h1>AsyncContext.Variable.prototype.get ( )</h1>
487503
1. Return _asyncVariable_.[[AsyncVariableDefaultValue]].
488504
</emu-alg>
489505
</emu-clause>
506+
507+
<emu-clause id="sec-asynccontext-variable.prototype-@@tostringtag">
508+
<h1>AsyncContext.Variable.prototype [ @@toStringTag ]</h1>
509+
<p>The initial value of the @@toStringTag property is the String value *"AsyncContext.Variable"*.</p>
510+
<p>This property has the attributes { [[Writable]]: *false*, [[Enumerable]]: *false*, [[Configurable]]: *true* }.</p>
511+
</emu-clause>
490512
</emu-clause>
491513

492514
<emu-clause id="sec-properties-of-asynccontext-variable-instances">

0 commit comments

Comments
 (0)