callee.js (91B)
1 ff = (function g() { 2 for (var i=0; i<15; i++) {} 3 return g; 4 }); 5 assertEq(ff(), ff);