michael@0: // |jit-test| debug; error: TypeError michael@0: function f() { michael@0: ""(this.z) michael@0: } michael@0: trap(f, 0, '') michael@0: f()