Issue #2089 - Implement AggregateError

Based-on: m-c 1568903/4,1641355(partial),1652148,1643397
This commit is contained in:
Martok 2023-01-27 19:45:13 +01:00 committed by roytam1
commit 61c99bf6cd
11 changed files with 259 additions and 55 deletions

View file

@ -0,0 +1,5 @@
// |jit-test| skip-if: !('oomTest' in this)
oomTest(() => {
new AggregateError([]);
});