1 2 3 4 5 6 7
gc(); gcslice(1); function isClone(a, b) { var rmemory = new WeakMap(); rmemory.set(a,b); } isClone([]);