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