summaryrefslogtreecommitdiffstats
path: root/js/src/jit-test/tests/gc/bug-1462337.js
blob: 84a5392a1f71542fc48e73e79cf501659b8545ae (plain)
1
2
3
4
5
6
7
8
9
// |jit-test| skip-if: !('oomTest' in this)

oomTest(function() {
    grayRoot().x = Object.create((obj[name]++));
});
oomTest(function() {
    gczeal(9);
    gcslice(new.target);
});