summaryrefslogtreecommitdiffstats
path: root/js/src/jit-test/tests/modules/bug1846247.js
blob: d7dcd6113205428d277a3db6ad01f1d49d002aef (plain)
1
2
3
4
5
6
7
// |jit-test| allow-unhandlable-oom
ignoreUnhandledRejections();
oomTest(() => {
  gc();
  import("javascript:0");
  drainJobQueue();
});