blob: cb5a5a2bc622752eafb6832b4737ab5c95ffcfcf (
plain)
1
2
3
4
5
6
7
8
9
|
// |jit-test| skip-if: !('oomAfterAllocations' in this)
asyncFunc1("geval0\n await ''")
async function asyncFunc1(lfVarx) {
lfMod = parseModule(lfVarx);
moduleLink(lfMod);
await moduleEvaluate(lfMod);
}
oomAfterAllocations(1);
|