summaryrefslogtreecommitdiffstats
path: root/js/src/jit-test/tests/gc/bug-1462337.js
blob: 1eaafc49976619a9573c9011c18c936cd69dc587 (plain)
1
2
3
4
5
6
7
oomTest(function() {
    grayRoot().x = Object.create((obj[name]++));
});
oomTest(function() {
    gczeal(9);
    gcslice(new.target);
});