tor-browser

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

bug765478.js (130B)


      1 function test1() {
      2    var input = arguments[undefined];
      3 }
      4 function test2() {
      5    return arguments["length"];
      6 }
      7 test1();
      8 test2();