tor-browser

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

bug648843.js (137B)


      1 function Q(on)
      2 {
      3  options().match
      4 }
      5 function options() { return "methodjit"; }
      6 gczeal(2);
      7 for (i = 0; i < 100 ; ++i) { Q(Q(42, [])); }