Source code

Revision control

Copy as Markdown

Other Tools

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