summaryrefslogtreecommitdiffstats
path: root/js/src/jit-test/tests/basic/bug1610192.js
blob: 96d1201b753029bf373daa4deeff66118207a7f3 (plain)
1
2
3
4
5
// |jit-test| slow; skip-if: getBuildConfiguration("debug")

var s = ''; 
s += new Uint8Array(2 ** 23 + 2); 
eval("[" + s + "1]");