Lines Matching refs:kw_function
674 Keywords.kw_function, Keywords.kw_import, in mustBeJSIdent()
702 Keywords.kw_async, Keywords.kw_function, in isJSDeclOrStmt()
1029 (FormatTok->is(Keywords.kw_function) || in parseStructuralElement()
1031 Keywords.kw_function)) && in parseStructuralElement()
1218 assert(FormatTok->is(Keywords.kw_function) || in tryToParseJSFunction()
1219 FormatTok->startsSequence(Keywords.kw_async, Keywords.kw_function)); in tryToParseJSFunction()
1273 if (FormatTok->is(Keywords.kw_function) || in parseBracedList()
1274 FormatTok->startsSequence(Keywords.kw_async, Keywords.kw_function)) { in parseBracedList()
1372 (FormatTok->is(Keywords.kw_function) || in parseParens()
1373 FormatTok->startsSequence(Keywords.kw_async, Keywords.kw_function))) in parseParens()
1951 if (FormatTok->is(Keywords.kw_function)) { in parseJavaScriptEs6ImportExport()