tor-browser

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

bug1001222.js (78B)


      1 function f(x, y) {
      2  return +(x ? x : y), y >>> 0
      3 }
      4 f(0, -0)
      5 f(0, 2147483649)