зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1550628 - Correctly handle OOM. r=iain
Differential Revision: https://phabricator.services.mozilla.com/D30597 --HG-- extra : moz-landing-system : lando
This commit is contained in:
Родитель
1fb845d129
Коммит
881711d67c
|
@ -7433,7 +7433,7 @@ GeneralParser<ParseHandler, Unit>::fieldInitializerOpt(
|
|||
}
|
||||
|
||||
ListNodeType statementList = handler_.newStatementList(wholeInitializerPos);
|
||||
if (!argsbody) {
|
||||
if (!statementList) {
|
||||
return null();
|
||||
}
|
||||
handler_.addStatementToList(statementList, exprStatement);
|
||||
|
|
Загрузка…
Ссылка в новой задаче