Bug 1558604 - Keep interpreted and interpretedLazy on FunctionBox r=jorendorff
Differential Revision: https://phabricator.services.mozilla.com/D34587
This commit is contained in:
@@ -396,7 +396,7 @@ JS::Result<Ok> BinASTParserPerTokenizer<Tok>::finishLazyFunction(
|
||||
lazy->setStrict();
|
||||
}
|
||||
MOZ_ASSERT(lazy->isBinAST());
|
||||
fun->initLazyScript(lazy);
|
||||
funbox->initLazyScript(lazy);
|
||||
|
||||
return Ok();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user