summaryrefslogtreecommitdiffstats
path: root/js/src/jit-test/tests/gc/bug-1607495.js
blob: a1701afd3d7f0931bd40aed17a45b73e9fb5605a (plain)
1
2
3
4
5
6
7
8
// |jit-test| slow;

gczeal(14, 2);
var g32 = newGlobal();
let wr6 = new g32.WeakRef(newGlobal({
    newCompartment: true
}));
let wr7 = new WeakRef(wr6);