tor-browser

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

finalizationRegistry-oom2.js (113B)


      1 let registry = new FinalizationRegistry(x => 0);
      2 let token = {};
      3 oomTest(() => registry.register({}, 1, token));