tor-browser

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

bug-1214846.js (236B)


      1 // |jit-test| skip-if: !hasFunction.oomTest || helperThreadCount() === 0
      2 
      3 enableGeckoProfiling();
      4 var s = newGlobal();
      5 s.offThreadCompileToStencil('oomTest(() => {});');
      6 var stencil = s.finishOffThreadStencil();
      7 s.evalStencil(stencil);