tor-browser

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

bug647785.js (105B)


      1 assertEq(-(!new Int32Array(5)), -0);
      2 assertEq(-(!Math), -0);
      3 assertEq(-(!{}), -0);
      4 assertEq(-(![]), -0);