summaryrefslogtreecommitdiffstats
path: root/js/src/jit-test/tests/auto-regress/bug1269074.js
blob: 40c67c6e56691ab91dac8cb75be0b3ec1d7f240d (plain)
1
2
3
4
5
6
// |jit-test| allow-oom

if (!('oomTest' in this))
    quit();

evalcx('oomTest(function() { Array(...""); })', newGlobal());