summaryrefslogtreecommitdiffstats
path: root/js/src/jit-test/tests/gc/bug-1608355.js
blob: 359292aabc07720958a1ec837e320509efeffc9f (plain)
1
2
3
4
5
6
7
try {
    enableShellAllocationMetadataBuilder();
    gczeal(11);
    gczeal(22);
    grayRoot() = 0;
} catch (e) {}
newGlobal();