michael@0: function f(x,y) { michael@0: eval("assertEq(arguments.callee, f)"); michael@0: } michael@0: f(1,2);