michael@0: function f() { michael@0: return f; michael@0: } michael@0: f.__proto__ = null; michael@0: gc(); michael@0: f(); michael@0: new f();