michael@0: // |jit-test| error: TypeError michael@0: foo(); michael@0: function foo() { michael@0: this(); michael@0: }