michael@0: var x = { 0: 5, 1: 5 }; michael@0: assertEq(x[0] + x[1], 10); michael@0: michael@0: /* int32_t getelem on object. */