Add AggregateError as feature to seal-aggregateerror.js

This commit is contained in:
Marko Lahma 2022-01-11 08:57:16 +02:00 committed by Rick Waldron
parent 00f682e746
commit 91356f52f9
1 changed files with 1 additions and 0 deletions

View File

@ -31,6 +31,7 @@ info: |
Perform ? DefinePropertyOrThrow(O, k, desc).
Return true.
features: [AggregateError]
---*/
Object.seal(new AggregateError([]));