bug1296249.js (97B)
1 // |jit-test| slow 2 function f(x) { 3 new Int32Array(x); 4 } 5 6 f(0); 7 oomTest(() => f(2147483647));