tor-browser

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

bug-1236473.js (146B)


      1 oomTest(() => {
      2    offThreadCompileToStencil(`try {} catch (NaN) {}`);
      3    var stencil = finishOffThreadStencil();
      4    evalStencil(stencil);
      5 });