tor-browser

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

bug1666051.js (295B)


      1 // |jit-test| --fuzzing-safe; --no-threads; --no-baseline; --no-ion; skip-if: !wasmIsSupported()
      2 
      3 (function (stdlib) {
      4  "use asm";
      5  var sqrt = stdlib.Math.sqrt;
      6  function f(i0) {
      7    i0 = i0 | 0;
      8    i0 = ~~sqrt(-.5);
      9    return (1 / (1 >> (.0 == .0)) & i0 >> 1);
     10  }
     11  return f;
     12 })(this)();