Source code

Revision control

Copy as Markdown

Other Tools

assertThrowsInstanceOf(() => {↩
const v = new FinalizationRegistry(() => {});↩
v.unregister();↩
}, TypeError);↩
reportCompare(0, 0);↩