michael@0: ff = (function g() { michael@0: for (var i=0; i<15; i++) {} michael@0: return g; michael@0: }); michael@0: assertEq(ff(), ff);