You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<p>`AsyncContext.prototype.name` is an accessor property whose set accessor function is *undefined*. Its get accessor function performs the following steps when called:</p>
<p>AsyncContext instances are ordinary objects that inherit properties from the AsyncContext prototype object (the intrinsic, %AsyncContext.prototype%). AsyncContext instances are initially created with the internal slots described in <emu-xrefhref="#table-internal-slots-of-asynccontext-instances"></emu-xref>.</p>
@@ -496,6 +516,17 @@ <h1>Properties of AsyncContext Instances</h1>
496
516
Represents the AsyncContext instance in the surrounding agent's Agent Record's [[AsyncContextMapping]].
497
517
</td>
498
518
</tr>
519
+
<tr>
520
+
<td>
521
+
[[AsyncContextDefaultValue]]
522
+
</td>
523
+
<td>
524
+
an ECMAScript language value
525
+
</td>
526
+
<td>
527
+
The default value of the AsyncContext instance when no entry is found in the mapping.
0 commit comments