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 | 19779 const targetFlags = target.flags; constant 20658 const targetFlags = target.target.elementFlags[i]; constant 42118 const targetFlags = getAllSymbolFlags(target); constant 42312 const targetFlags = getAllSymbolFlags(target); constant
|
/third_party/typescript/lib/ |
D | typingsInstaller.js | 71722 function inferToMultipleTypesWithPriority(source, targets, targetFlags, newPriority) { argument 71827 function inferToMultipleTypes(source, targets, targetFlags) { argument
|
D | tsc.js | 60044 function inferToMultipleTypesWithPriority(source, targets, targetFlags, newPriority) { argument 60147 function inferToMultipleTypes(source, targets, targetFlags) { argument
|