michael@0: actual = ''; michael@0: expected = 'nocrash,'; michael@0: michael@0: var v = {}; michael@0: michael@0: function a() { michael@0: var o = 3; michael@0: v.f = function() { return o; }; michael@0: } michael@0: michael@0: for (i = 0; i < 6; i++) michael@0: new a; michael@0: michael@0: michael@0: appendToActual('nocrash') michael@0: michael@0: michael@0: assertEq(actual, expected)