tor-browser

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

bug-1313347.js (84B)


      1 let tenured = {};
      2 gc();
      3 for (let i = 0; i < 100000; i++) {
      4    tenured[i/2] = {};
      5 }