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

var lfcode = new Array();
oomTest((function(x) {
    assertEq(...Object);
}));