Skip to content

Commit

Permalink
Editorial: remove unused %AggregateErrorPrototype% intrinsic
Browse files Browse the repository at this point in the history
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 tc39#2040.
  • Loading branch information
ljharb committed Aug 3, 2020
1 parent 019d498 commit 23b6f28
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions spec.html
Original file line number Diff line number Diff line change
Expand Up @@ -2770,17 +2770,6 @@ <h1>Well-Known Intrinsic Objects</h1>
The `AggregateError` constructor (<emu-xref href="#sec-aggregate-error-constructor"></emu-xref>)
</td>
</tr>
<tr>
<td>
%AggregateErrorPrototype%
</td>
<td>
`AggregateError.prototype`
</td>
<td>
The initial value of the `prototype` data property of %AggregateError%; i.e., %AggregateError.prototype%
</td>
</tr>
<tr>
<td>
%Array%
Expand Down

0 comments on commit 23b6f28

Please sign in to comment.