michael@0: function testSetPropNeitherMissNorHit() { michael@0: for (var j = 0; j < 5; ++j) { if (({}).__proto__ = 1) { } } michael@0: return "ok"; michael@0: } michael@0: assertEq(testSetPropNeitherMissNorHit(), "ok");