summaryrefslogtreecommitdiffstats
path: root/js/src/jit-test/tests/basic/bug1219128-3.js
blob: 854be23213794fdc68dc7df1b9ee5cb7eb112c74 (plain)
1
2
3
4
x = evalcx('lazy');
oomTest(function() {
    x.eval
});