Home
last modified time | relevance | path

Searched +defs:c +defs:decl +defs:prefix +defs:re (Results 1 – 2 of 2) sorted by relevance

/third_party/typescript/lib/
Dtsc.js1554 function compose(a, b, c, d, e) { argument
1901 function startsWith(str, prefix) { argument
1905 function removePrefix(str, prefix) { argument
1909 function tryRemovePrefix(str, prefix, getCanonicalFileName) { argument
10070 …: comment === null || comment === void 0 ? void 0 : comment.map(function (c) { return c.kind === 3… argument
13077 …&& ts.every(node.declarationList.declarations, function (decl) { return isVariableDeclarationIniti… argument
13088 function isAssignmentDeclaration(decl) { argument
14508 function getReplacement(c, offset, input) { argument
14529 …s.replace(nonAsciiCharacters, function (c) { return encodeUtf16EscapeSequence(c.charCodeAt(0)); })… argument
14543 function getJsxAttributeStringReplacement(c) { argument
[all …]
DtypingsInstaller.js1801 function compose(a, b, c, d, e) { argument
2269 function startsWith(str, prefix) { argument
2273 function removePrefix(str, prefix) { argument
2277 function tryRemovePrefix(str, prefix, getCanonicalFileName) { argument
13372 …: comment === null || comment === void 0 ? void 0 : comment.map(function (c) { return c.kind === 3… argument
16752 …&& ts.every(node.declarationList.declarations, function (decl) { return isVariableDeclarationIniti… argument
16763 function isAssignmentDeclaration(decl) { argument
18500 function getReplacement(c, offset, input) { argument
18530 …s.replace(nonAsciiCharacters, function (c) { return encodeUtf16EscapeSequence(c.charCodeAt(0)); })… argument
18548 function getJsxAttributeStringReplacement(c) { argument
[all …]