tor-browser

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

finalizationRegistry-records-not-initialized.js (153B)


      1 enableShellAllocationMetadataBuilder();
      2 evaluate(`
      3  var registry = new FinalizationRegistry(x => 0);
      4  gczeal(9,3);
      5  registry.register({}, 1, {});
      6 `);