js/src/jit-test/tests/auto-regress/bug722023.js

changeset 0
6474c204b198
equal deleted inserted replaced
-1:000000000000 0:9fc112ca6722
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 }

mercurial