summaryrefslogtreecommitdiffstats
path: root/js/src/jit-test/tests/modules/bug-1771090.js
blob: ffc73f93f2a40a5a54f9bd15af65014489226761 (plain)
1
2
3
4
5
6
7
8
9
// |jit-test| skip-if: !hasFunction.oomAfterAllocations

asyncFunc1("geval0\n await ''")
async function asyncFunc1(lfVarx) {
  lfMod = parseModule(lfVarx);
  moduleLink(lfMod);
  await moduleEvaluate(lfMod);
}
oomAfterAllocations(1);