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