summaryrefslogtreecommitdiffstats
path: root/js/src/jit-test/tests/auto-regress/bug722023.js
blob: e58cd39e0049854db7dcaab905842dfce4065b43 (plain)
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)];
}