mirror of
https://github.com/ManchildProductions/UXP-Fixed.git
synced 2026-07-21 00:28:28 +00:00
@@ -2310,7 +2310,6 @@ Parser<FullParseHandler>::standaloneFunction(HandleFunction fun,
|
||||
if (!tokenStream.getToken(&tt))
|
||||
return null();
|
||||
if (asyncKind == AsyncFunction) {
|
||||
MOZ_ASSERT(tt == TOK_ASYNC);
|
||||
if (!tokenStream.getToken(&tt))
|
||||
return null();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user