blob: 906a2c147322bda77c01cfa11783b8171997d13c [file] [log] [blame]
function testSetPropNeitherMissNorHit() {
for (var j = 0; j < 5; ++j) { if (({}).__proto__ = 1) { } }
return "ok";
}
assertEq(testSetPropNeitherMissNorHit(), "ok");