зеркало из https://github.com/mozilla/pjs.git
No silent failures! (301553, r=shaver).
This commit is contained in:
Родитель
315ec89a57
Коммит
d76596070d
|
@ -1990,7 +1990,8 @@ JS_ConvertStub(JSContext *cx, JSObject *obj, JSType type, jsval *vp)
|
|||
if (type == JSTYPE_STRING)
|
||||
return JS_TRUE;
|
||||
#endif
|
||||
return js_TryValueOf(cx, obj, type, vp);
|
||||
js_TryValueOf(cx, obj, type, vp);
|
||||
return JS_TRUE;
|
||||
}
|
||||
|
||||
JS_PUBLIC_API(void)
|
||||
|
|
Загрузка…
Ссылка в новой задаче