michael@0: var a; michael@0: try { michael@0: a(); michael@0: } catch(e) { michael@0: assertEq(e instanceof TypeError, true); michael@0: }