Searched refs:classKeyword (Results 1 – 1 of 1) sorted by relevance
764 const classKeyword = find(node.getChildren(), isClassKeyword); constant765 if (classKeyword) return classKeyword;