tor-browser

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

bug-1137341.js (246B)


      1 // |jit-test| skip-if: helperThreadCount() === 0
      2 
      3 gczeal(0);
      4 gc();
      5 
      6 schedulezone(this);
      7 startgc(0, "shrinking");
      8 var g = newGlobal();
      9 g.offThreadCompileToStencil('debugger;', {});
     10 var stencil = g.finishOffThreadStencil();
     11 g.evalStencil(stencil);