summaryrefslogtreecommitdiffstats
path: root/js/src/jit-test/tests/gc/bug-1238582.js
blob: b5dad7a64dccb6c6c7633c45d6188fea5e87f945 (plain)
1
2
3
// |jit-test| skip-if: !('oomTest' in this)

oomTest(() => { let a = [2147483651]; [a[0], a[undefined]].sort(); });