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

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