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

lfLogBuffer = `this[''] = function() {}`;
loadFile(lfLogBuffer);
loadFile(lfLogBuffer);
function loadFile(lfVarx)
    oomTest(function() parseModule(lfVarx))