tor-browser

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

bug682210.js (114B)


      1 function test() {
      2    for (var x = 1; x < 1; x++) {
      3        for (var y=1; y < 1; y++) {
      4        }
      5    }
      6 }
      7 test();