tor-browser

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

bug1296016.js (161B)


      1 // |jit-test| skip-if: helperThreadCount() === 0
      2 offThreadCompileToStencil(``);
      3 evalInWorker(`
      4 var stencil = finishOffThreadStencil();
      5 evalStencil(stencil);
      6 `);