js/src/jit-test/tests/jaeger/getelem-sanity-5.js

changeset 0
6474c204b198
equal deleted inserted replaced
-1:000000000000 0:64714edb983f
1 var x = { 0: 5, 1: 5 };
2 assertEq(x[0] + x[1], 10);
3
4 /* int32_t getelem on object. */

mercurial