blob: f147d1807092414e410436d0263797462762c599 [file] [log] [blame]
if (!('oomTest' in this) || helperThreadCount() === 0)
quit();
enableSPSProfiling();
var s = newGlobal();
s.offThreadCompileScript('oomTest(() => {});');
s.runOffThreadScript();