summaryrefslogtreecommitdiffstats
path: root/js/src/jit-test/tests/modules/bug-1219044.js
blob: 82cfeebb0056082dd49f150d44517ed43009658f (plain)
1
2
3
4
5
if (!('oomTest' in this))
    quit();

oomTest(() => parseModule('import v from "mod";'));
fullcompartmentchecks(true);