Check for doubles that fit in ints in JSOP_GETELEM slow paths (bug 604905, r=luke).
commit0c6983bc75e9649764dc542cbfe1dcb31de98200
authorDavid Anderson <danderson@mozilla.com>
Sat, 20 Nov 2010 01:24:47 +0000 (19 17:24 -0800)
committerDavid Anderson <danderson@mozilla.com>
Sat, 20 Nov 2010 01:24:47 +0000 (19 17:24 -0800)
treef3955e7d13e626d54cca72834ce92bcc12f16515
parent2665e538b5f4007e05ad7a66506568e8457eaea2
Check for doubles that fit in ints in JSOP_GETELEM slow paths (bug 604905, r=luke).
js/src/jsinterp.cpp
js/src/methodjit/StubCalls.cpp