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

evaluate(`
  x = evalcx("lazy");
  oomTest(function () {
    x.start("1");
  });
`);