summaryrefslogtreecommitdiffstats
path: root/js/src/jit-test/tests/gc/bug-1109913.js
blob: a53428c448191ca401f54f6a294b81f0dda01fb2 (plain)
1
2
3
4
5
6
7
// |jit-test| error: out of memory

gcparam("maxBytes", gcparam("gcBytes"));
eval(`
    gczeal(2, 1);
    newGlobal();
`);