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

offThreadCompileScript(`
 oomTest(() => "".search(/d/));
 fullcompartmentchecks(3);
`);
runOffThreadScript();