summaryrefslogtreecommitdiffstats
path: root/js/src/jit-test/tests/ion/bug1269756.js
blob: 5555e5f14d682f72fde74e98140ba24bc2b01064 (plain)
1
2
3
4
5
6
7
8
if (!('oomTest' in this))
    quit();

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