Fix old bug introduced by rev 3.2, where this() crashes due to uninitialized obj register (116228, r=timeless, sr=shaver).
This commit is contained in:
Родитель
738a65a385
Коммит
b77949ac45
|
@ -2934,6 +2934,7 @@ js_Interpret(JSContext *cx, jsval *result)
|
|||
|
||||
case JSOP_THIS:
|
||||
PUSH_OPND(OBJECT_TO_JSVAL(fp->thisp));
|
||||
obj = NULL;
|
||||
break;
|
||||
|
||||
case JSOP_FALSE:
|
||||
|
|
Загрузка…
Ссылка в новой задаче