tor-browser

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

bug659452.js (132B)


      1 test();
      2 function test() {
      3    var t = function () { return function printStatus() {}; };
      4    for (var j = 0; j < 10; j++) t["-1"]
      5 }