From dede2eb9e742eb197e6a739f69f51e3700c01a3d Mon Sep 17 00:00:00 2001 From: Jordan Harband Date: Wed, 2 Sep 2020 15:09:30 -0700 Subject: [PATCH] Editorial: remove unused %AggregateErrorPrototype% intrinsic (#2124) This is non-normative since it is not a function, and nothing uses it in this or any other spec. It was mistakenly added in #2040. --- spec.html | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/spec.html b/spec.html index c4387f0769..62220e9845 100644 --- a/spec.html +++ b/spec.html @@ -2771,17 +2771,6 @@

Well-Known Intrinsic Objects

The `AggregateError` constructor () - - - %AggregateErrorPrototype% - - - `AggregateError.prototype` - - - The initial value of the `prototype` data property of %AggregateError%; i.e., %AggregateError.prototype% - - %Array%