tor-browser

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

oomInOffTheadCompile2.js (190B)


      1 // |jit-test| skip-if: helperThreadCount() === 0
      2 
      3 oomTest(() => {
      4    offThreadCompileToStencil("function a(x) {");
      5    var stencil = finishOffThreadStencil();
      6    evalStencil(stencil);
      7 });