Home
last modified time | relevance | path

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

/third_party/typescript/src/compiler/
Dchecker.ts23963 function getKeyPropertyName(unionType: UnionType): __String | undefined { function
25865 …const keyPropertyName = type.flags & TypeFlags.Union ? getKeyPropertyName(type as UnionType) : und… constant
/third_party/typescript/lib/
Dtsc.js60992 function getKeyPropertyName(unionType) { function
DtypingsInstaller.js72784 function getKeyPropertyName(unionType) { function