tor-browser

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

bug-1620196.js (144B)


      1 gczeal(4);
      2 let heldValues = [];
      3 registry = new FinalizationRegistry(value => {
      4    heldValues.push(value);
      5 });
      6 registry.register({}, 42);
      7 gc();