summaryrefslogtreecommitdiffstats
path: root/js/src/jit-test/tests/gc/bug-1214846.js
blob: 341a6e2f84bf9f78245a8f5cdc1232ab2413adc5 (plain)
1
2
3
4
5
6
// |jit-test| skip-if: !('oomTest' in this) || helperThreadCount() === 0

enableGeckoProfiling();
var s = newGlobal();
s.offThreadCompileScript('oomTest(() => {});');
s.runOffThreadScript();