michael@0: // |jit-test| error:TypeError michael@0: function f() { michael@0: ((function g(x) { michael@0: g(x.slice) michael@0: })([])) michael@0: } michael@0: new f