Source code
Revision control
Copy as Markdown
Other Tools
fullcompartmentchecks(true);
let a = new FinalizationRegistry(b => {});
let c = newGlobal({newCompartment: true});
a.register(c);
fullcompartmentchecks(true);
let a = new FinalizationRegistry(b => {});
let c = newGlobal({newCompartment: true});
a.register(c);