summaryrefslogtreecommitdiffstats
path: root/js/src/jit-test/tests/gc/bug-1214781.js
blob: d74a55c2b8399e515fa4a3184bf13bb46f7dba43 (plain)
1
2
3
4
5
6
7
8
if (!('oomTest' in this))
    quit();

try {
    gcparam("maxBytes", gcparam("gcBytes"));
    newGlobal("");
} catch (e) {};
oomTest(function() {})