diff --git a/spec.html b/spec.html index ea04e56..77be680 100644 --- a/spec.html +++ b/spec.html @@ -349,6 +349,21 @@
The AsyncContext.Snapshot constructor:
+The initial value of `AsyncContext.Snapshot.prototype` is the AsyncContext.Snapshot prototype object.
+This property has the attributes { [[Writable]]: *false*, [[Enumerable]]: *false*, [[Configurable]]: *false* }.
+The AsyncContext.Snapshot prototype object:
@@ -359,6 +374,11 @@The initial value of `AsyncContext.Snapshot.prototype.constructor` is %AsyncContext.Snapshot%.
+This method performs the following steps when called:
@@ -448,6 +468,21 @@The AsyncContext.Variable constructor:
+The initial value of `AsyncContext.Variable.prototype` is the AsyncContext.Variable prototype object.
+This property has the attributes { [[Writable]]: *false*, [[Enumerable]]: *false*, [[Configurable]]: *false* }.
+The AsyncContext.Variable prototype object:
@@ -458,6 +493,11 @@The initial value of `AsyncContext.Variable.prototype.constructor` is %AsyncContext.Variable%.
+This method performs the following steps when called: