tor-browser

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

bug1877357.js (204B)


      1 function f(x) {
      2  let y = x | 0;
      3  z = 1;
      4  Function((x | 0 ? 1 : 9999999999) ? (z ? y : 9999999999) : 1);
      5 }
      6 f(1);
      7 f(1);
      8 f(1);
      9 f(1);
     10 f(1);
     11 f(1);
     12 f(1);
     13 f(1);
     14 f(9999999999);
     15 f(1);
     16 f();
     17 f(9007199254740993);