Home
last modified time | relevance | path

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

/third_party/typescript/src/compiler/
DutilitiesPublic.ts486 export function unescapeLeadingUnderscores(identifier: __String): string { function
/third_party/typescript/src/compiler/transformers/
Ddeclarations.ts1492 … const oldId = input.name ? unescapeLeadingUnderscores(input.name.escapedText) : "default"; constant
/third_party/typescript/lib/
Dtsc.js9702 function unescapeLeadingUnderscores(identifier) { function
DtypingsInstaller.js12916 function unescapeLeadingUnderscores(identifier) { function