summaryrefslogtreecommitdiffstats
path: root/js/src/jit-test/tests/gc/bug-1342261.js
blob: bcf4c586ba454e784599095a35f1987db165dcae (plain)
1
2
3
4
5
6
7
// With --baseline-eager, create a cross-compartment wrapper IC referring to a
// target in an otherwise-doomed compartment.

fullcompartmentchecks(true);
newGlobal({
    sameZoneAs: []
}).z;