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