summaryrefslogtreecommitdiffstats
path: root/js/src/jit-test/tests/basic/bug1610192.js
blob: 16d67275f35970848696b01cb4c702c065aebe5e (plain)
1
2
3
4
5
// |jit-test| slow; skip-if: getBuildConfiguration()['debug']

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