tor-browser

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

bug658561.js (94B)


      1 var s1 = 'xx';
      2 for (var x = 0; x < 10 ; ++x ) { 
      3  new function() { return s1++; };
      4  gc();
      5 }