summaryrefslogtreecommitdiffstats
path: root/js/src/jit-test/tests/gc/bug-1263871.js
blob: 92e6d3645bb517cdbe04961c386423ebdb76f195 (plain)
1
2
3
4
5
6
lfLogBuffer = `this[''] = function() {}`;
loadFile(lfLogBuffer);
loadFile(lfLogBuffer);
function loadFile(lfVarx) {
    return oomTest(function() { return parseModule(lfVarx); });
}