summaryrefslogtreecommitdiffstats
path: root/js/src/jit-test/tests/gc/bug-1109913.js
blob: c84db18c4b71138ad575a1f476dc4f2aef31f912 (plain)
1
2
3
4
5
6
7
// |jit-test| allow-oom; allow-unhandlable-oom

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