summaryrefslogtreecommitdiffstats
path: root/js/src/jit-test/tests/bug1681258.js
blob: 921899a8149666623bf5f810d5b1972a93dad46d (plain)
1
2
3
4
5
6
7
8
// |jit-test| skip-if: !('oomTest' in this);--enable-top-level-await;--fast-warmup;--blinterp-warmup-threshold=10
ignoreUnhandledRejections();

oomTest(async function() {
    let m = parseModule(``);
    m.declarationInstantiation();
    await m.evaluation();
});