tor-browser

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

bug1159899.js (86B)


      1 function f(x) {
      2        return ~~(x >>> 0) / (x >>> 0) | 0
      3 }
      4 f(1)
      5 assertEq(f(-1), 0);