tor-browser

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

bug643733.js (77B)


      1 var x;
      2 assertEq(-(typeof (x+x)), NaN);
      3 assertEq(-(typeof Math.abs()), NaN);