tor-browser

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

bug1657557.js (197B)


      1 setImmutablePrototype(Function.__proto__);
      2 
      3 if (helperThreadCount() > 0) {
      4    offThreadCompileToStencil("function f() {}");
      5    var stencil = finishOffThreadStencil();
      6    evalStencil(stencil);
      7 }