1 2 3 4 5 6 7 8 9 10 11 12
// Binary: cache/js-dbg-64-8a59519e137e-linux // Flags: -m -n -a // var obj = new Object(); var index = [ (null ), 1073741824, 1073741825 ]; for (var j in index) { testProperty(index[j]); } function testProperty(i) { actual = obj[String(i)]; }