tor-browser

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

bug645293.js (153B)


      1 /* Don't assert. */
      2 function f() {
      3    NaN++;
      4    --NaN;
      5    Infinity--;
      6    ++Infinity;
      7    undefined++;
      8    --undefined;
      9    ++Math;
     10    Math--;
     11 }
     12 f();