summaryrefslogtreecommitdiffstats
path: root/js/src/jit-test/tests/bug1681258.js
blob: d0af22c322240600547dd2772af89859bd13a13f (plain)
1
2
3
4
5
6
7
8
// |jit-test| --fast-warmup;--blinterp-warmup-threshold=10
ignoreUnhandledRejections();

oomTest(async function() {
    let m = parseModule(``);
    moduleLink(m);
    await moduleEvaluate(m);
});