зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1697952 - Part 2: Avoid another null-deref in LinkEnclosingLazyScript. r=tcampbell
Differential Revision: https://phabricator.services.mozilla.com/D111504
This commit is contained in:
Родитель
bc0d224e34
Коммит
5bfbd772fd
|
@ -1177,6 +1177,10 @@ static void LinkEnclosingLazyScript(const CompilationStencil& stencil,
|
|||
continue;
|
||||
}
|
||||
|
||||
if (!fun->baseScript()) {
|
||||
continue;
|
||||
}
|
||||
|
||||
if (fun->baseScript()->hasBytecode()) {
|
||||
continue;
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче