Bug 571595: make sure dense_grow always gets inlined, r=nnethercote

--HG--
extra : rebase_source : 14d00cd5356a3dc1fbc88fd305a2244584ac6889
This commit is contained in:
David Mandelin 2010-06-21 11:23:39 -07:00
parent 9988b38a60
commit 63421f8622

View File

@ -906,7 +906,7 @@ js_PrototypeHasIndexedProperties(JSContext *cx, JSObject *obj)
#ifdef JS_TRACER #ifdef JS_TRACER
static inline JSBool FASTCALL static JS_ALWAYS_INLINE JSBool FASTCALL
dense_grow(JSContext* cx, JSObject* obj, jsint i, jsval v) dense_grow(JSContext* cx, JSObject* obj, jsint i, jsval v)
{ {
/* /*