summaryrefslogtreecommitdiffstats
path: root/js/src/jit-test/tests/gc/bug-1215363-2.js
blob: 92c6c64d0c9e3e342bfb257f466f2f43050f531a (plain)
1
2
3
4
5
6
7
if (!('oomTest' in this))
    quit();

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