1 2 3 4 5 6 7
function f() { for (var i=0; i<9; i++) assertEq("" + f, expected); } var expected = "" + f; f();