tor-browser

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

bug642772-3.js (119B)


      1 // Catch memory leaks when enumerating over the global object.
      2 
      3 for (let z = 1; z <= 1600; ++z) {
      4  for (y in this);
      5 }