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

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