getelem-sanity-5.js (85B)
1 var x = { 0: 5, 1: 5 }; 2 assertEq(x[0] + x[1], 10); 3 4 /* int32_t getelem on object. */