summaryrefslogtreecommitdiffstats
path: root/js/src/jit-test/tests/gc/bug-1286244.js
blob: a973192109cb58292e65ff0b990e28b99293c277 (plain)
1
2
3
4
5
6
7
8
// |jit-test| skip-if: !getBuildConfiguration("has-gczeal") || helperThreadCount() === 0

// This will fail with --no-threads.
verifyprebarriers();
var lfGlobal = newGlobal();
lfGlobal.offThreadCompileToStencil(`
  version(185);
`);