tor-browser

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

bug1533204.js (217B)


      1 // |jit-test| skip-if: helperThreadCount() === 0
      2 enableOsiPointRegisterChecks();
      3 evalInWorker(`
      4 function DiagModule(stdlib, foreign) {
      5    "use asm";
      6    function diag() {
      7        while(1) {}
      8    }
      9    return {};
     10 `);