tor-browser

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

bug-1755874.js (130B)


      1 fullcompartmentchecks(true);
      2 let a = new FinalizationRegistry(b => {});
      3 let c = newGlobal({newCompartment: true});
      4 a.register(c);