tor-browser

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

bug886243.js (95B)


      1 function f(x)
      2 {
      3  if (Math.imul(0xffffffff, x)) {
      4    return -x;
      5  }
      6  return 1;
      7 }
      8 f(0);
      9 f(0);