michael@0: michael@0: test(); michael@0: function test() { michael@0: function f() { michael@0: function test( ) { summary( summary, test, false ); } michael@0: } michael@0: f.__proto__ = this; michael@0: } michael@0: gc(); michael@0: test();