Er, let's try caillon's patch (bug 240458, r=me).
git-svn-id: svn://10.0.0.236/trunk@154843 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -2681,7 +2681,8 @@ js_GetProperty(JSContext *cx, JSObject *obj, jsid id, jsval *vp)
|
||||
}
|
||||
|
||||
/* 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 ||
|
||||
!JS_ReportErrorFlagsAndNumber(cx,
|
||||
JSREPORT_WARNING|JSREPORT_STRICT,
|
||||
|
||||
Reference in New Issue
Block a user