michael@0: // Binary: cache/js-dbg-64-8a59519e137e-linux michael@0: // Flags: -m -n -a michael@0: // michael@0: michael@0: var obj = new Object(); michael@0: var index = [ (null ), 1073741824, 1073741825 ]; michael@0: for (var j in index) { michael@0: testProperty(index[j]); michael@0: } michael@0: function testProperty(i) { michael@0: actual = obj[String(i)]; michael@0: }