tor-browser

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

bug958381.js (78B)


      1 function f(x) {
      2    return (x != x) != Math.fround(x)
      3 }
      4 assertEq(f(0), f(0));