Bug 1569315 - Follow-up formatting nits. r=iain
Differential Revision: https://phabricator.services.mozilla.com/D41060
This commit is contained in:
@@ -395,12 +395,11 @@ JS::Result<Ok> BinASTParserPerTokenizer<Tok>::finishLazyFunction(
|
||||
funbox->setArgCount(nargs);
|
||||
funbox->synchronizeArgCount();
|
||||
|
||||
BINJS_TRY_DECL(lazy, LazyScript::Create(cx_, fun, sourceObject_,
|
||||
pc_->closedOverBindingsForLazy(),
|
||||
pc_->innerFunctionBoxesForLazy,
|
||||
start, end, start, end,
|
||||
/* lineno = */ 0, start,
|
||||
ParseGoal::Script));
|
||||
BINJS_TRY_DECL(lazy,
|
||||
LazyScript::Create(
|
||||
cx_, fun, sourceObject_, pc_->closedOverBindingsForLazy(),
|
||||
pc_->innerFunctionBoxesForLazy, start, end, start, end,
|
||||
/* lineno = */ 0, start, ParseGoal::Script));
|
||||
|
||||
if (funbox->strict()) {
|
||||
lazy->setStrict();
|
||||
|
||||
Reference in New Issue
Block a user