summaryrefslogtreecommitdiffstats
path: root/js/src/jit-test/tests/auto-regress/bug1263865.js
blob: 4ce38d0dd92d00a3fbe9824fa8817deda4728cf3 (plain)
1
2
3
4
5
6
7
8
9
loadFile("");
loadFile("");
loadFile("Array.prototype.splice.call(1)");
function loadFile(lfVarx) {
    parseInt("1");
    oomTest(function() {
        eval(lfVarx);
    });
}