tor-browser

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

bug973118.js (95B)


      1 function h(x) { return +x == x };
      2 h(false)
      3 assertEq(h(null), false);
      4 assertEq(h(null), false);