296
296
</emu-clause >
297
297
</emu-clause >
298
298
299
- <emu-clause id =" sec-properties-of-the-asynccontext-object" >
299
+ <emu-clause id =" sec-constructor- properties-of-the-asynccontext-object" >
300
300
<h1 >Constructor Properties of the AsyncContext Object</h1 >
301
301
302
302
<emu-clause id =" sec-asynccontext.snapshot" >
@@ -309,6 +309,16 @@ <h1>AsyncContext.Variable ( . . . )</h1>
309
309
<p >See <emu-xref href =" #sec-asynccontext-variable-objects" ></emu-xref >.</p >
310
310
</emu-clause >
311
311
</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 >
312
322
</emu-clause >
313
323
314
324
<emu-clause id =" sec-asynccontext-snapshot-objects" >
@@ -361,6 +371,12 @@ <h1>AsyncContext.Snapshot.prototype.run ( _func_, ..._args_ )</h1>
361
371
1. Return _result_ .
362
372
</emu-alg >
363
373
</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 >
364
380
</emu-clause >
365
381
366
382
<emu-clause id =" sec-properties-of-asynccontext-snapshot-instances" >
@@ -487,6 +503,12 @@ <h1>AsyncContext.Variable.prototype.get ( )</h1>
487
503
1. Return _asyncVariable_ .[[AsyncVariableDefaultValue]].
488
504
</emu-alg >
489
505
</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 >
490
512
</emu-clause >
491
513
492
514
<emu-clause id =" sec-properties-of-asynccontext-variable-instances" >
0 commit comments