summaryrefslogtreecommitdiffstats
path: root/js/src/jit-test/tests/gc/bug-1286244.js
blob: c7d742f5959453ebdadc08bb8c6a866f8c8ca921 (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.offThreadCompileScript(`
  version(185);
`);