tor-browser

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

bug-1757573.js (133B)


      1 new FinalizationRegistry(a => {});
      2 b = newGlobal({newCompartment: true});
      3 b.eval(`
      4  c = {};
      5  d = new WeakRef(c);
      6 `);
      7 nukeCCW(b.d);