Searched refs:functionKeyword (Results 1 – 5 of 5) sorted by relevance
777 const functionKeyword = find(node.getChildren(), isFunctionKeyword); constant778 if (functionKeyword) return functionKeyword;
115935 var functionKeyword = ts.find(node.getChildren(), isFunctionKeyword);115936 if (functionKeyword)115937 return functionKeyword;
116504 var functionKeyword = ts.find(node.getChildren(), isFunctionKeyword);116505 if (functionKeyword)116506 return functionKeyword;