summaryrefslogtreecommitdiffstats
path: root/js/src/jit-test/tests/gc/bug-957110.js
blob: 0a0ce489a799a5138e14dd421dbe704ea04226ef (plain)
1
2
3
4
5
6
gczeal(7,1);
try {
gcparam("maxBytes", gcparam("gcBytes") + 4*1024);
newGlobal("same-compartment");
} catch(exc1) {}
gczeal(1);