mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-08 08:48:39 +09:00
Issue #2089 - Implement AggregateError
Based-on: m-c 1568903/4,1641355(partial),1652148,1643397
This commit is contained in:
parent
209c8e06a2
commit
61c99bf6cd
11 changed files with 259 additions and 55 deletions
5
js/src/jit-test/tests/auto-regress/bug1652148.js
Normal file
5
js/src/jit-test/tests/auto-regress/bug1652148.js
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
// |jit-test| skip-if: !('oomTest' in this)
|
||||
|
||||
oomTest(() => {
|
||||
new AggregateError([]);
|
||||
});
|
||||
Loading…
Add table
Add a link
Reference in a new issue