tor-browser

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

bug-1263355-23.js (116B)


      1 let m = parseModule(`
      2  const root = newGlobal();
      3  minorgc();
      4  root.eval();
      5 `);
      6 moduleLink(m);
      7 moduleEvaluate(m);