GetAtomFromBytecode is actually JS_REQUIRES_STACK, just marking it so.

This commit is contained in:
Benjamin Smedberg 2009-06-25 15:19:37 -04:00
Родитель 8425bf9e89
Коммит df4498e9c8
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -357,7 +357,7 @@ js_FillPropertyCache(JSContext *cx, JSObject *obj,
return entry;
}
static inline JSAtom *
static inline JS_REQUIRES_STACK JSAtom *
GetAtomFromBytecode(JSContext *cx, jsbytecode *pc, JSOp op, const JSCodeSpec *cs)
{
if (op == JSOP_LENGTH)