michael@0: var f = x => arguments.callee; michael@0: michael@0: for (var i=0; i<5; i++) michael@0: assertEq(f(), f);