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

x = evalcx("lazy");
oomTest(function() {
    x.of(new(delete y));
});