@@ -349,6 +349,21 @@ <h1>AsyncContext.Snapshot ( )</h1>
349
349
</emu-clause >
350
350
</emu-clause >
351
351
352
+ <emu-clause id =" sec-properties-of-the-asynccontext-snapshot-constructor" >
353
+ <h1 >Properties of the AsyncContext.Snapshot Constructor</h1 >
354
+ <p >The AsyncContext.Snapshot constructor:</p >
355
+ <ul >
356
+ <li >has a [[Prototype]] internal slot whose value is %Function.prototype%.</li >
357
+ <li >has the following properties:</li >
358
+ </ul >
359
+
360
+ <emu-clause id =" sec-asynccontext-snapshot.prototype" >
361
+ <h1 >AsyncContext.Snapshot.prototype</h1 >
362
+ <p >The initial value of `AsyncContext.Snapshot.prototype` is the AsyncContext.Snapshot prototype object.</p >
363
+ <p >This property has the attributes { [[Writable]]: *false* , [[Enumerable]]: *false* , [[Configurable]]: *false* }.</p >
364
+ </emu-clause >
365
+ </emu-clause >
366
+
352
367
<emu-clause id =" sec-properties-of-the-asynccontext-snapshot-prototype-object" >
353
368
<h1 >Properties of the AsyncContext.Snapshot Prototype Object</h1 >
354
369
<p >The <dfn >AsyncContext.Snapshot prototype object</dfn >:</p >
@@ -359,6 +374,11 @@ <h1>Properties of the AsyncContext.Snapshot Prototype Object</h1>
359
374
<li >does not have any of the other internal slots of AsyncContext.Snapshot instances.</li >
360
375
</ul >
361
376
377
+ <emu-clause id =" sec-asynccontext-snapshot.prototype.constructor" >
378
+ <h1 >AsyncContext.Snapshot.prototype.constructor</h1 >
379
+ <p >The initial value of `AsyncContext.Snapshot.prototype.constructor` is %AsyncContext.Snapshot%.</p >
380
+ </emu-clause >
381
+
362
382
<emu-clause id =" sec-asynccontext-snapshot.prototype.run" >
363
383
<h1 >AsyncContext.Snapshot.prototype.run ( _func_ , ..._args_ )</h1 >
364
384
<p >This method performs the following steps when called:</p >
@@ -448,6 +468,21 @@ <h1>AsyncContext.Variable ( _options_ )</h1>
448
468
</emu-clause >
449
469
</emu-clause >
450
470
471
+ <emu-clause id =" sec-properties-of-the-asynccontext-variable-constructor" >
472
+ <h1 >Properties of the AsyncContext.Variable Constructor</h1 >
473
+ <p >The AsyncContext.Variable constructor:</p >
474
+ <ul >
475
+ <li >has a [[Prototype]] internal slot whose value is %Function.prototype%.</li >
476
+ <li >has the following properties:</li >
477
+ </ul >
478
+
479
+ <emu-clause id =" sec-asynccontext-variable.prototype" >
480
+ <h1 >AsyncContext.Variable.prototype</h1 >
481
+ <p >The initial value of `AsyncContext.Variable.prototype` is the AsyncContext.Variable prototype object.</p >
482
+ <p >This property has the attributes { [[Writable]]: *false* , [[Enumerable]]: *false* , [[Configurable]]: *false* }.</p >
483
+ </emu-clause >
484
+ </emu-clause >
485
+
451
486
<emu-clause id =" sec-properties-of-the-asynccontext-variable-prototype-object" >
452
487
<h1 >Properties of the AsyncContext.Variable Prototype Object</h1 >
453
488
<p >The <dfn >AsyncContext.Variable prototype object</dfn >:</p >
@@ -458,6 +493,11 @@ <h1>Properties of the AsyncContext.Variable Prototype Object</h1>
458
493
<li >does not have any of the other internal slots of AsyncContext.Variable instances.</li >
459
494
</ul >
460
495
496
+ <emu-clause id =" sec-asynccontext-variable.prototype.constructor" >
497
+ <h1 >AsyncContext.Variable.prototype.constructor</h1 >
498
+ <p >The initial value of `AsyncContext.Variable.prototype.constructor` is %AsyncContext.Variable%.</p >
499
+ </emu-clause >
500
+
461
501
<emu-clause id =" sec-asynccontext-variable.prototype.run" >
462
502
<h1 >AsyncContext.Variable.prototype.run ( _value_ , _func_ , ..._args_ )</h1 >
463
503
<p >This method performs the following steps when called:</p >
0 commit comments