tor-browser

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

bug-1644985-2.js (128B)


      1 let fr = new FinalizationRegistry(x => 1);
      2 fr.register(evalcx('({})', newGlobal({newCompartment: true})));
      3 nukeAllCCWs();
      4 gc();