tor-browser

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

bug-1286244.js (233B)


      1 // |jit-test| skip-if: !getBuildConfiguration("has-gczeal") || helperThreadCount() === 0
      2 
      3 // This will fail with --no-threads.
      4 verifyprebarriers();
      5 var lfGlobal = newGlobal();
      6 lfGlobal.offThreadCompileToStencil(`
      7  version(185);
      8 `);