Source code
Revision control
Copy as Markdown
Other Tools
var x = { 0: 5, 1: 5 };
assertEq(x[0] + x[1], 10);
/* int32_t getelem on object. */
var x = { 0: 5, 1: 5 };
assertEq(x[0] + x[1], 10);
/* int32_t getelem on object. */