repo.or.cz
/
mozilla-central.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
history
|
raw
|
HEAD
Bug 578761: PIC for JSOP_GETELEM. (r=dvander)
[mozilla-central.git]
/
js
/
src
/
trace-test
/
tests
/
jaeger
/
getelem-sanity-6.js
blob
693453d69be00661bd40885df9236004d2078fa0
1
var x = {1: 2, 3: 4};
2
assertEq(x[1], 2);
3
4
/* getelem with non-dense array and known type int32. */