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

/* int32_t getelem on object. */