Bug 578761: PIC for JSOP_GETELEM. (r=dvander)
[mozilla-central.git] / js / src / trace-test / tests / jaeger / getelem-sanity-6.js
blob693453d69be00661bd40885df9236004d2078fa0
1 var x = {1: 2, 3: 4};
2 assertEq(x[1], 2);
4 /* getelem with non-dense array and known type int32. */