tor-browser

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

bug1324521.js (94B)


      1 function f() {
      2    var args = arguments;
      3    var i = 0;
      4    while (!inIon()) args[i];
      5 };
      6 f();