summaryrefslogtreecommitdiffstats
path: root/js/src/jit-test/tests/ion/bug1269756.js
blob: 62af06b70f1b88057e61541ef4c3476bfc32f0cf (plain)
1
2
3
4
5
6
7
// |jit-test| skip-if: !('oomTest' in this)

oomTest(function() {
    m = parseModule(`while (x && NaN) prototype; let x`);
    m.declarationInstantiation();
    m.evaluation();
})