Imported Upstream version 1.0.0
[platform/upstream/js.git] / js / src / jit-test / tests / jaeger / getelem-sanity-6.js
1 var x = {1: 2, 3: 4};
2 assertEq(x[1], 2);
3
4 /* getelem with non-dense array and known type int32. */