summaryrefslogtreecommitdiffstats
path: root/js/src/jit-test/tests/gc/bug-1280889.js
blob: 3af1ee3e08f70650ddc01e9037cf4d9d20de12e4 (plain)
1
2
3
4
5
6
7
8
// |jit-test| skip-if: helperThreadCount() === 0

evalInWorker(`
  function f() {
    fullcompartmentchecks(f);
  }
  try { f(); } catch(e) {}
`);