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