michael@0: function testIntFloor() { michael@0: var a; michael@0: for (var x = 0; x < 3; ++x) { michael@0: a = Math.floor('') michael@0: } michael@0: return a; michael@0: } michael@0: assertEq(testIntFloor(), 0)