Home
last modified time | relevance | path

Searched refs:hasInternalAnnotation (Results 1 – 3 of 3) sorted by relevance

/third_party/typescript/src/compiler/transformers/
Ddeclarations.ts9 function hasInternalAnnotation(range: CommentRange, currentSourceFile: SourceFile) { function
29 …return commentRanges && commentRanges.length && hasInternalAnnotation(last(commentRanges), current…
33 return hasInternalAnnotation(range, currentSourceFile);
/third_party/typescript/lib/
Dtsc.js93153 function hasInternalAnnotation(range, currentSourceFile) { function
93166 …return commentRanges && commentRanges.length && hasInternalAnnotation(ts.last(commentRanges), curr…
93170 return hasInternalAnnotation(range, currentSourceFile);
DtypingsInstaller.js113025 function hasInternalAnnotation(range, currentSourceFile) { function
113042 …return commentRanges && commentRanges.length && hasInternalAnnotation(ts.last(commentRanges), curr…
113046 return hasInternalAnnotation(range, currentSourceFile);