tor-browser

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

bug-1390087.js (218B)


      1 // |jit-test| skip-if: helperThreadCount() === 0
      2 
      3 setGCCallback({
      4    action: "majorGC"
      5 });
      6 gcparam("allocationThreshold", 1);
      7 offThreadCompileToStencil("");
      8 for (let i = 0; i < 40000; i++)
      9    Symbol.for(i);
     10 eval(0);