summaryrefslogtreecommitdiffstats
path: root/js/src/jit-test/tests/gc/bug-886551-2.js
blob: 9381c867d5f02a618cfb25aadfa8edd5a11e203b (plain)
1
2
3
4
5
6
7
gc();
gcslice(1);
function isClone(a, b) {
        var rmemory = new WeakMap();
            rmemory.set(a,b);
}
isClone([]);