tor-browser

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

bug897747.js (120B)


      1 function f(z)
      2 {
      3  return (((0x80000000 | 0) % (0x80000001 | z)) | 0) % 100000
      4 }
      5 assertEq(f(0), -1);
      6 assertEq(f(0), -1);