Searched defs:targetFlags (Results 1 – 5 of 5) sorted by relevance
| /third_party/typescript/src/services/ |
| D | exportInfoMap.ts | 23 targetFlags: SymbolFlags; property 43 targetFlags: SymbolFlags; property 209 const { id, exportKind, targetFlags, isFromPackageJson, moduleFileName } = info; constant
|
| /third_party/typescript/src/services/codefixes/ |
| D | importFixes.ts | 333 readonly targetFlags: SymbolFlags; property 837 …Symbol: symbol, moduleFileName: undefined, exportKind: ExportKind.UMD, targetFlags: symbol.flags, … constant
|
| /third_party/typescript/src/compiler/ |
| D | checker.ts | 19820 const targetFlags = target.flags; constant 20699 const targetFlags = target.target.elementFlags[i]; constant 42180 const targetFlags = getAllSymbolFlags(target); constant 42380 const targetFlags = getAllSymbolFlags(target); constant
|
| /third_party/typescript/lib/ |
| D | tsc.js | 60223 function inferToMultipleTypesWithPriority(source, targets, targetFlags, newPriority) { argument 60326 function inferToMultipleTypes(source, targets, targetFlags) { argument
|
| D | typingsInstaller.js | 71917 function inferToMultipleTypesWithPriority(source, targets, targetFlags, newPriority) { argument 72022 function inferToMultipleTypes(source, targets, targetFlags) { argument
|