michael@0: delete _quit; michael@0: michael@0: function testSlowNativeCtor() { michael@0: for (var i = 0; i < 4; i++) michael@0: new Date().valueOf(); michael@0: } michael@0: testSlowNativeCtor();