summaryrefslogtreecommitdiffstats
path: root/js/src/jit-test/tests/basic/bug1219128-4.js
blob: 41f8b9757a9c9784a01d7ec2a86696412af25bde (plain)
1
2
3
4
5
6
// |jit-test| skip-if: !('oomTest' in this)

x = evalcx("lazy");
oomTest((function() {
    evalcx("({", x);
}))