summaryrefslogtreecommitdiffstats
path: root/js/src/jit-test/tests/auto-regress/bug1263865.js
blob: e5b11769d9215b77d47dd2b37968ce6910cdf786 (plain)
1
2
3
4
5
6
7
8
9
10
11
// |jit-test| skip-if: !('oomTest' in this)

loadFile("");
loadFile("");
loadFile("Array.prototype.splice.call(1)");
function loadFile(lfVarx) {
    parseInt("1");
    oomTest(function() {
        eval(lfVarx);
    });
}