summaryrefslogtreecommitdiffstats
path: root/js/src/jit-test/tests/auto-regress/bug1264823.js
blob: 67856c6c97ece6331eb36386741ce4c941edde3a (plain)
1
2
3
4
5
6
7
8
9
10
11
if (!('oomTest' in this))
    quit();

loadFile("");
loadFile("");
loadFile(` function lalala() {}
    new Map([[1, 2]]).forEach(lalala)
    `);
function loadFile(lfVarx) oomTest(function() {
    eval(lfVarx)
})