Source code

Revision control

Copy as Markdown

Other Tools

gczeal(4);
let heldValues = [];
registry = new FinalizationRegistry(value => {
heldValues.push(value);
});
registry.register({}, 42);
gc();