Thu, 22 Jan 2015 13:21:57 +0100
Incorporate requested changes from Mozilla in review: https://bugzilla.mozilla.org/show_bug.cgi?id=1123480#c6
1 // Binary: cache/js-dbg-64-8a59519e137e-linux
2 // Flags: -m -n -a
3 //
4
5 var obj = new Object();
6 var index = [ (null ), 1073741824, 1073741825 ];
7 for (var j in index) {
8 testProperty(index[j]);
9 }
10 function testProperty(i) {
11 actual = obj[String(i)];
12 }