blob: 4f15a8283ed7ec79df6b7e425e997fdcd58f32b3 (
plain)
1
2
3
4
5
6
7
8
|
// |jit-test| skip-if: !('oomTest' in this);--fast-warmup;--blinterp-warmup-threshold=10
ignoreUnhandledRejections();
oomTest(async function() {
let m = parseModule(``);
moduleLink(m);
await moduleEvaluate(m);
});
|