bug956156.js (106B)
1 // |jit-test| error:TypeError 2 function f() { 3 ((function g(x) { 4 g(x.slice) 5 })([])) 6 } 7 new f