mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-08 04:27:37 +00:00
Bug 571595: make sure dense_grow always gets inlined, r=nnethercote
--HG-- extra : rebase_source : 14d00cd5356a3dc1fbc88fd305a2244584ac6889
This commit is contained in:
parent
994c73d50a
commit
3721baf8de
@ -906,7 +906,7 @@ js_PrototypeHasIndexedProperties(JSContext *cx, JSObject *obj)
|
||||
|
||||
#ifdef JS_TRACER
|
||||
|
||||
static inline JSBool FASTCALL
|
||||
static JS_ALWAYS_INLINE JSBool FASTCALL
|
||||
dense_grow(JSContext* cx, JSObject* obj, jsint i, jsval v)
|
||||
{
|
||||
/*
|
||||
|
Loading…
Reference in New Issue
Block a user