tor-browser

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

bug-1322648.js (204B)


      1 // |jit-test| skip-if: helperThreadCount() === 0
      2 gczeal(0);
      3 print = function(s) {}
      4 startgc(1);
      5 offThreadCompileToStencil("");
      6 gczeal(10, 3);
      7 for (var count = 0; count < 20; count++) {
      8    print(count);
      9 }