Home
last modified time | relevance | path

Searched defs:rightProp (Results 1 – 1 of 1) sorted by relevance

/third_party/typescript/src/compiler/
Dchecker.ts16865 for (const rightProp of getPropertiesOfType(right)) { constant
16879 const rightProp = members.get(leftProp.escapedName)!; constant