Searched refs:hasInternalAnnotation (Results 1 – 7 of 7) sorted by relevance
| /third_party/typescript/src/compiler/transformers/ |
| D | declarations.ts | 9 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/ |
| D | tsc.js | 80590 function hasInternalAnnotation(range, currentSourceFile) { function 80603 …return commentRanges && commentRanges.length && hasInternalAnnotation(ts.last(commentRanges), curr… 80607 return hasInternalAnnotation(range, currentSourceFile);
|
| D | typingsInstaller.js | 98853 function hasInternalAnnotation(range, currentSourceFile) { function 98870 …return commentRanges && commentRanges.length && hasInternalAnnotation(ts.last(commentRanges), curr… 98874 return hasInternalAnnotation(range, currentSourceFile);
|
| D | typescript.js | 99058 function hasInternalAnnotation(range, currentSourceFile) { function 99075 …return commentRanges && commentRanges.length && hasInternalAnnotation(ts.last(commentRanges), curr… 99079 return hasInternalAnnotation(range, currentSourceFile);
|
| D | typescriptServices.js | 99058 function hasInternalAnnotation(range, currentSourceFile) { function 99075 …return commentRanges && commentRanges.length && hasInternalAnnotation(ts.last(commentRanges), curr… 99079 return hasInternalAnnotation(range, currentSourceFile);
|
| D | tsserverlibrary.js | 99058 function hasInternalAnnotation(range, currentSourceFile) { function 99075 …return commentRanges && commentRanges.length && hasInternalAnnotation(ts.last(commentRanges), curr… 99079 return hasInternalAnnotation(range, currentSourceFile);
|
| D | tsserver.js | 98864 function hasInternalAnnotation(range, currentSourceFile) { function 98881 …return commentRanges && commentRanges.length && hasInternalAnnotation(ts.last(commentRanges), curr… 98885 return hasInternalAnnotation(range, currentSourceFile);
|