зеркало из https://github.com/mozilla/pjs.git
Paper over some missing refactoring on mozilla-central.
This commit is contained in:
Родитель
d9a18d0716
Коммит
3faeaf248e
|
@ -10357,7 +10357,7 @@ IsTraceableRecursion(JSContext *cx)
|
|||
return false;
|
||||
if (*fp->script->code != JSOP_TRACE)
|
||||
return false;
|
||||
return !fp->getFunction()->isHeavyweight();
|
||||
return !fp->fun->isHeavyweight();
|
||||
}
|
||||
|
||||
JS_REQUIRES_STACK AbortableRecordingStatus
|
||||
|
|
Загрузка…
Ссылка в новой задаче