tor-browser

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

bug995675.js (121B)


      1 function f(x) {
      2        return Math.cos(~(~Math.pow(Number.MAX_VALUE, x)))
      3 }
      4 f(-0)
      5 assertEq(f(undefined - undefined), 1)