tor-browser

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

bug-1590904.js (139B)


      1 // |jit-test| skip-if: !getBuildConfiguration("has-gczeal")
      2 gczeal(0);
      3 gczeal(20);
      4 startgc(1);
      5 gczeal(10);
      6 while (gcstate() == "Sweep") {}