tor-browser

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

bug-1308048.js (260B)


      1 // |jit-test| skip-if: helperThreadCount() === 0
      2 
      3 m = 'x';
      4 for (var i = 0; i < 10; i++)
      5    m += m;
      6 offThreadCompileToStencil("", ({elementAttributeName: m}));
      7 var n = newGlobal();
      8 gczeal(2,1);
      9 var stencil = n.finishOffThreadStencil();
     10 n.evalStencil(stencil);