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

a = evalcx("lazy")
oomTest(function() {
    a.b
})