summaryrefslogtreecommitdiffstats
path: root/js/src/jit-test/tests/gc/bug-1242812.js
blob: 61253bec1e8296a914619efa61a64cfdee4718cc (plain)
1
2
3
4
5
if (!('oomTest' in this))
   quit();

var lfcode = new Array();
oomTest(() => { let a = [2147483651]; [-1, 0, 1, 31, 32].sort(); });