tor-browser

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

bug-1459860.js (225B)


      1 // |jit-test| allow-overrecursed; skip-if: helperThreadCount() === 0
      2 function eval(source) {
      3    offThreadCompileModuleToStencil(source);
      4    let get = (eval("function w(){}") ++);
      5 };
      6 gczeal(21, 10);
      7 gczeal(11, 8);
      8 eval("");