Home
last modified time | relevance | path

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

/third_party/typescript/src/services/
Dservices.ts988 export function displayPartsToString(displayParts: SymbolDisplayPart[] | undefined) { function
/third_party/typescript/src/server/
Dsession.ts1814 const symbolDisplayString = nameInfo ? displayPartsToString(nameInfo.displayParts) : ""; constant