tor-browser

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

finalizationRegistry-oom1.js (137B)


      1 // Don't test prototype initialization etc.
      2 new FinalizationRegistry(x => 0);
      3 
      4 oomTest(() => {
      5    new FinalizationRegistry(x => 0);
      6 });