tor-browser

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

bug-1108836.js (228B)


      1 const root = newGlobal();
      2 var g = newGlobal();
      3 for (var indexI = 0; indexI <= 65535; indexI++) {
      4    eval("/*var " + String.fromCharCode(indexI) + "xx = 1*/");
      5 }
      6 for (var i = 0; i < 100; ++i) {
      7    gc();
      8    gcslice(1000000);
      9 }