/js/src/jit-test/tests/jaeger/getelem-sanity-6.js
http://github.com/zpao/v8monkey · JavaScript · 4 lines · 2 code · 1 blank · 1 comment · 0 complexity · ead9ffed062fe5de57fc2d99818a149c MD5 · raw file
- var x = {1: 2, 3: 4};
- assertEq(x[1], 2);
- /* getelem with non-dense array and known type int32. */