Source code

Revision control

Copy as Markdown

Other Tools

gc();
gcslice(1);
function isClone(a, b) {
var rmemory = new WeakMap();
rmemory.set(a,b);
}
isClone([]);