Searched refs:functionKeyword (Results 1 – 1 of 1) sorted by relevance
781 const functionKeyword = find(node.getChildren(), isFunctionKeyword); constant782 if (functionKeyword) return functionKeyword;