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>An <dfnid="async-context-mapping">Async Context Mapping</dfn> is a List of Async Context
62
+
Mapping Records such that every Record in the List contains a unique [[AsyncContextKey]].</p>
60
63
</emu-clause>
61
64
</ins>
62
65
</emu-clause>
@@ -120,10 +123,10 @@ <h1>Agents</h1>
120
123
<ins>[[AsyncContextMapping]]</ins>
121
124
</td>
122
125
<td>
123
-
<ins>a List of Async Context Mapping Records</ins>
126
+
<ins>an Async Context Mapping</ins>
124
127
</td>
125
128
<td>
126
-
<ins>A map from the AsyncContext.Variable instances to the saved ECMAScript language value. Every Record in the List contains a unique [[AsyncContextKey]]. The map is initially empty.</ins>
129
+
<ins>A map from the AsyncContext.Variable instances to the saved ECMAScript language value. The map is initially empty.</ins>
<ins>a List of Async Context Mapping Records</ins>
372
+
<ins>an Async Context Mapping</ins>
370
373
</td>
371
374
<td>
372
-
<ins>A map from the AsyncContext.Variable instances to the saved ECMAScript language value. Every Record in the List contains a unique [[AsyncContextKey]].</ins>
375
+
<ins>A map from the AsyncContext.Variable instances to the saved ECMAScript language value.</ins>
_snapshotMapping_: a List of Async Context Mapping Records
807
+
_snapshotMapping_: an Async Context Mapping
805
808
): either a normal completion containing an AsyncContext.Snapshot object or a throw completion
806
809
</h1>
807
810
<dlclass="header">
808
811
<dt>description</dt>
809
-
<dd>It is used to obtain an AsyncContext.Snapshot object representing the given List of Async Context Mapping Records.</dd>
812
+
<dd>It is used to obtain an AsyncContext.Snapshot object representing the given Async Context Mapping.</dd>
810
813
</dl>
811
814
<emu-alg>
812
815
1. Let _asyncSnapshot_ be ? OrdinaryCreateFromConstructor(%AsyncContext.Snapshot%, *"%AsyncContext.Snapshot.prototype%"*, « [[AsyncSnapshotMapping]] »).
@@ -967,7 +970,7 @@ <h1>Properties of AsyncContext.Snapshot Instances</h1>
967
970
[[AsyncSnapshotMapping]]
968
971
</td>
969
972
<td>
970
-
a List of Async Context Mapping Records
973
+
an Async Context Mapping
971
974
</td>
972
975
<td>
973
976
Represents the snapshotted surrounding agent's Agent Record's [[AsyncContextMapping]] of the AsyncContext.Snapshot instance.
0 commit comments