Home
last modified time | relevance | path

Searched refs:functionKeyword (Results 1 – 5 of 5) sorted by relevance

/third_party/typescript/src/services/
Dutilities.ts777 const functionKeyword = find(node.getChildren(), isFunctionKeyword); constant
778 if (functionKeyword) return functionKeyword;
/third_party/typescript/lib/
Dtsserver.js115935 var functionKeyword = ts.find(node.getChildren(), isFunctionKeyword);
115936 if (functionKeyword)
115937 return functionKeyword;
DtypescriptServices.js116504 var functionKeyword = ts.find(node.getChildren(), isFunctionKeyword);
116505 if (functionKeyword)
116506 return functionKeyword;
Dtsserverlibrary.js116504 var functionKeyword = ts.find(node.getChildren(), isFunctionKeyword);
116505 if (functionKeyword)
116506 return functionKeyword;
Dtypescript.js116504 var functionKeyword = ts.find(node.getChildren(), isFunctionKeyword);
116505 if (functionKeyword)
116506 return functionKeyword;