tor-browser

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

bug1146213.js (310B)


      1 // |jit-test| skip-if: !(getBuildConfiguration("has-gczeal")) || helperThreadCount() === 0
      2 setGCCallback({
      3  action: "majorGC",
      4 });
      5 schedulezone(this)
      6 gcslice(3)
      7 var lfGlobal = newGlobal();
      8 lfGlobal.offThreadCompileToStencil("");
      9 var stencil = lfGlobal.finishOffThreadStencil();
     10 lfGlobal.evalStencil(stencil);