зеркало из https://github.com/mozilla/pjs.git
bug 580128 - Fix js_PrintObjectSlotName. r=mrbkap
This commit is contained in:
Родитель
0603277ffe
Коммит
c8ee8265da
|
@ -6139,6 +6139,8 @@ js_PrintObjectSlotName(JSTracer *trc, char *buf, size_t bufsize)
|
|||
shape = obj->lastProperty();
|
||||
while (shape->previous() && shape->slot != slot)
|
||||
shape = shape->previous();
|
||||
if (shape->slot != slot)
|
||||
shape = NULL;
|
||||
} else {
|
||||
shape = NULL;
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче