diff --git a/spec.html b/spec.html index ea04e56..77be680 100644 --- a/spec.html +++ b/spec.html @@ -349,6 +349,21 @@

AsyncContext.Snapshot ( )

+ +

Properties of the AsyncContext.Snapshot Constructor

+

The AsyncContext.Snapshot constructor:

+ + + +

AsyncContext.Snapshot.prototype

+

The initial value of `AsyncContext.Snapshot.prototype` is the AsyncContext.Snapshot prototype object.

+

This property has the attributes { [[Writable]]: *false*, [[Enumerable]]: *false*, [[Configurable]]: *false* }.

+
+
+

Properties of the AsyncContext.Snapshot Prototype Object

The AsyncContext.Snapshot prototype object:

@@ -359,6 +374,11 @@

Properties of the AsyncContext.Snapshot Prototype Object

  • does not have any of the other internal slots of AsyncContext.Snapshot instances.
  • + +

    AsyncContext.Snapshot.prototype.constructor

    +

    The initial value of `AsyncContext.Snapshot.prototype.constructor` is %AsyncContext.Snapshot%.

    +
    +

    AsyncContext.Snapshot.prototype.run ( _func_, ..._args_ )

    This method performs the following steps when called:

    @@ -448,6 +468,21 @@

    AsyncContext.Variable ( _options_ )

    + +

    Properties of the AsyncContext.Variable Constructor

    +

    The AsyncContext.Variable constructor:

    + + + +

    AsyncContext.Variable.prototype

    +

    The initial value of `AsyncContext.Variable.prototype` is the AsyncContext.Variable prototype object.

    +

    This property has the attributes { [[Writable]]: *false*, [[Enumerable]]: *false*, [[Configurable]]: *false* }.

    +
    +
    +

    Properties of the AsyncContext.Variable Prototype Object

    The AsyncContext.Variable prototype object:

    @@ -458,6 +493,11 @@

    Properties of the AsyncContext.Variable Prototype Object

  • does not have any of the other internal slots of AsyncContext.Variable instances.
  • + +

    AsyncContext.Variable.prototype.constructor

    +

    The initial value of `AsyncContext.Variable.prototype.constructor` is %AsyncContext.Variable%.

    +
    +

    AsyncContext.Variable.prototype.run ( _value_, _func_, ..._args_ )

    This method performs the following steps when called: