tor-browser

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

bug-1276631.js (353B)


      1 gczeal(15,5);
      2 try {
      3    foobar();
      4 } catch (e) {}
      5 function newFunc(x) {
      6    new Function(x)();
      7 };
      8 loadFile(`
      9  try { gczeal(10, 2)() } catch (e) {}
     10 `);
     11 function loadFile(lfVarx) {
     12    function newFunc(x) {
     13        new Function(x)();
     14    };
     15    newFunc(lfVarx);
     16    if (helperThreadCount() && getJitCompilerOptions()["offthread-compilation.enable"]) {}
     17 }