From a3edfa6d305444a43c418a71db59614802679a61 Mon Sep 17 00:00:00 2001 From: Ron Buckton Date: Thu, 13 Jul 2023 08:54:29 -0400 Subject: [PATCH] Add missing .prototype property entries for DisposableStack/AsyncDisposableStack (#167) --- spec.emu | 17 +++++++++++++++-- 1 file changed, 15 insertions(+), 2 deletions(-) diff --git a/spec.emu b/spec.emu index 7c8fdb6..b24b975 100644 --- a/spec.emu +++ b/spec.emu @@ -4401,8 +4401,15 @@ contributors: Ron Buckton, Ecma International

Properties of the DisposableStack Constructor

The DisposableStack constructor:

+ + +

DisposableStack.prototype

+

The initial value of `DisposableStack.prototype` is the DisposableStack prototype object.

+

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

+
@@ -4600,8 +4607,14 @@ contributors: Ron Buckton, Ecma International

Properties of the AsyncDisposableStack Constructor

The AsyncDisposableStack constructor:

+ +

AsyncDisposableStack.prototype

+

The initial value of `AsyncDisposableStack.prototype` is the AsyncDisposableStack prototype object.

+

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

+