Bug 511418 - static-analysis error in jsobj.cpp:4257: cannot access JS_REQUIRES_STACK variable JSContext::fp and another trivial error in jstracer.cpp. r=gal.

This commit is contained in:
Jason Orendorff
2009-08-20 14:13:21 -05:00
parent b31729a453
commit 055441dfde
4 changed files with 16 additions and 2 deletions

View File

@@ -4256,7 +4256,7 @@ js_GetPropertyHelper(JSContext *cx, JSObject *obj, jsid id, JSBool cacheResult,
} else {
if (!JS_HAS_STRICT_OPTION(cx) ||
(op != JSOP_GETPROP && op != JSOP_GETELEM) ||
cx->fp->imacpc) {
js_CurrentPCIsInImacro(cx)) {
return JS_TRUE;
}