summaryrefslogtreecommitdiffstats
path: root/js/src/jit-test/tests/basic/bug-1198090.js
blob: 2ee6b5a2ed40674b04282c0eb08d5016c34efbf1 (plain)
1
2
3
4
5
6
7
8
9
// |jit-test| allow-oom; skip-if: !('oomAtAllocation' in this)

for (let a of [
        null, function() {}, function() {}, null, function() {}, function() {},
        function() {}, null, null, null, null, null, null, null, null,
        function() {}, null, null, null, function() {}
    ]) {
    oomAtAllocation(5);
}