tor-browser

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

bug849781.js (170B)


      1 function c0(i) { print(i) }
      2 function c1() { c0.apply({}, arguments); }
      3 function c2() { c1.apply({}, arguments); }
      4 function c3(a) { c2(a); }
      5 c3(1);
      6 c3(1);
      7 c3("");
      8 c3("");