tor-browser

The Tor Browser
git clone https://git.dasho.dev/tor-browser.git
Log | Files | Refs | README | LICENSE

bug-1280889.js (147B)


      1 // |jit-test| skip-if: helperThreadCount() === 0
      2 
      3 evalInWorker(`
      4  function f() {
      5    fullcompartmentchecks(f);
      6  }
      7  try { f(); } catch(e) {}
      8 `);