summaryrefslogtreecommitdiffstats
path: root/js/src/jit-test/tests/gc/bug-1357022.js
blob: f7665f2d4b94018116ad101fac28b63ce04e1045 (plain)
1
2
3
4
5
6
const root3 = newGlobal({newCompartment: true});
function test(constructor) {
    if (!nukeCCW(root3.load)) {}
}
test(Map);
test(Set);