зеркало из https://github.com/mozilla/pjs.git
Er, let's try caillon's patch (bug 240458, r=me).
This commit is contained in:
Родитель
33d26d4dbe
Коммит
60d357b121
|
@ -2681,7 +2681,8 @@ js_GetProperty(JSContext *cx, JSObject *obj, jsid id, jsval *vp)
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Ok, bad undefined property reference: whine about it. */
|
/* Ok, bad undefined property reference: whine about it. */
|
||||||
str = js_DecompileValueGenerator(cx, 0, ID_TO_VALUE(id), NULL);
|
str = js_DecompileValueGenerator(cx, JSDVG_IGNORE_STACK,
|
||||||
|
ID_TO_VALUE(id), NULL);
|
||||||
if (!str ||
|
if (!str ||
|
||||||
!JS_ReportErrorFlagsAndNumber(cx,
|
!JS_ReportErrorFlagsAndNumber(cx,
|
||||||
JSREPORT_WARNING|JSREPORT_STRICT,
|
JSREPORT_WARNING|JSREPORT_STRICT,
|
||||||
|
|
Загрузка…
Ссылка в новой задаче