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