Wed, 31 Dec 2014 06:55:50 +0100
Added tag UPSTREAM_283F7C6 for changeset ca08bd8f51b2
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 }