зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1015339 - Spot fix FormatStackDump. (r=bz)
This commit is contained in:
Родитель
87bd3e6f3a
Коммит
12ce7f92fe
|
@ -1055,7 +1055,7 @@ FormatFrame(JSContext *cx, const NonBuiltinScriptFrameIter &iter, char *buf, int
|
||||||
|
|
||||||
RootedValue thisVal(cx);
|
RootedValue thisVal(cx);
|
||||||
AutoPropertyDescArray thisProps(cx);
|
AutoPropertyDescArray thisProps(cx);
|
||||||
if (iter.computeThis(cx)) {
|
if (iter.hasUsableAbstractFramePtr() && iter.computeThis(cx)) {
|
||||||
thisVal = iter.computedThisValue();
|
thisVal = iter.computedThisValue();
|
||||||
if (showThisProps && thisVal.isObject()) {
|
if (showThisProps && thisVal.isObject()) {
|
||||||
RootedObject thisObj(cx, &thisVal.toObject());
|
RootedObject thisObj(cx, &thisVal.toObject());
|
||||||
|
|
Загрузка…
Ссылка в новой задаче