michael@0: /* Don't assert. */ michael@0: for(p in 0.3) { } michael@0: michael@0: Number.prototype.foo = function() {} michael@0: var arr = []; michael@0: michael@0: for(p in 1.2) { michael@0: arr.push(p); michael@0: } michael@0: assertEq(arr[0], "foo");