summaryrefslogtreecommitdiffstats
path: root/js/src/jit-test/tests/jaeger/getelem-sanity-6.js
blob: 693453d69be00661bd40885df9236004d2078fa0 (plain)
1
2
3
4
var x = {1: 2, 3: 4};
assertEq(x[1], 2);

/* getelem with non-dense array and known type int32. */