tor-browser

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

bug-1240527.js (203B)


      1 // |jit-test| skip-if: helperThreadCount() === 0
      2 
      3 offThreadCompileToStencil(`
      4 oomTest(() => "".search(/d/));
      5 fullcompartmentchecks(3);
      6 `);
      7 var stencil = finishOffThreadStencil();
      8 evalStencil(stencil);