mirror of https://github.com/tc39/test262.git
Add AggregateError as feature to seal-aggregateerror.js
This commit is contained in:
parent
00f682e746
commit
91356f52f9
|
@ -31,6 +31,7 @@ info: |
|
|||
Perform ? DefinePropertyOrThrow(O, k, desc).
|
||||
Return true.
|
||||
|
||||
features: [AggregateError]
|
||||
---*/
|
||||
|
||||
Object.seal(new AggregateError([]));
|
||||
|
|
Loading…
Reference in New Issue