Searched defs:sourceProp (Results 1 – 4 of 4) sorted by relevance
| /third_party/typescript/src/services/codefixes/ |
| D | fixAddMissingMember.ts | 617 for (const sourceProp of source.attributes.properties) { constant
|
| /third_party/typescript/src/compiler/ |
| D | checker.ts | 20762 … for (const sourceProp of excludeProperties(getPropertiesOfType(source), excludedProperties)) { constant 20781 const sourceProp = getPropertyOfType(source, name); constant 20804 for (const sourceProp of sourceProperties) { constant 22575 const sourceProp = getPropertyOfType(source, targetProp.escapedName); constant 23473 const sourceProp = getPropertyOfType(source, targetProp.escapedName); constant
|
| /third_party/typescript/lib/ |
| D | tsc.js | 56755 function isIgnoredJsxProperty(source, sourceProp) { argument 58155 …function isPropertySymbolTypeRelated(sourceProp, targetProp, getTypeOfSourceProperty, reportErrors… argument 58161 …function propertyRelatedTo(source, target, sourceProp, targetProp, getTypeOfSourceProperty, report… argument 58906 function isValidOverrideOf(sourceProp, targetProp) { argument 58961 function isPropertyIdenticalTo(sourceProp, targetProp) { argument 58964 function compareProperties(sourceProp, targetProp, compareTypes) { argument
|
| D | typingsInstaller.js | 67803 function isIgnoredJsxProperty(source, sourceProp) { argument 69510 …function isPropertySymbolTypeRelated(sourceProp, targetProp, getTypeOfSourceProperty, reportErrors… argument 69516 …function propertyRelatedTo(source, target, sourceProp, targetProp, getTypeOfSourceProperty, report… argument 70343 function isValidOverrideOf(sourceProp, targetProp) { argument 70429 function isPropertyIdenticalTo(sourceProp, targetProp) { argument 70432 function compareProperties(sourceProp, targetProp, compareTypes) { argument
|