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

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