Source code

Revision control

Copy as Markdown

Other Tools

// Any copyright is dedicated to the Public Domain.
var x = {}, h = new WeakMap;
h.set(x, null);
gc();
reportCompare(0, 0, 'ok');