Searched +defs:c +defs:decl +defs:prefix +defs:re (Results 1 – 2 of 2) sorted by relevance
| /third_party/typescript/lib/ |
| D | tsc.js | 1554 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 10136 …: comment === null || comment === void 0 ? void 0 : comment.map(function (c) { return c.kind === 3… argument 13193 …&& ts.every(node.declarationList.declarations, function (decl) { return isVariableDeclarationIniti… argument 13204 function isAssignmentDeclaration(decl) { argument 14627 function getReplacement(c, offset, input) { argument 14648 …s.replace(nonAsciiCharacters, function (c) { return encodeUtf16EscapeSequence(c.charCodeAt(0)); })… argument 14662 function getJsxAttributeStringReplacement(c) { argument [all …]
|
| D | typingsInstaller.js | 1801 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 13458 …: comment === null || comment === void 0 ? void 0 : comment.map(function (c) { return c.kind === 3… argument 16906 …&& ts.every(node.declarationList.declarations, function (decl) { return isVariableDeclarationIniti… argument 16917 function isAssignmentDeclaration(decl) { argument 18657 function getReplacement(c, offset, input) { argument 18687 …s.replace(nonAsciiCharacters, function (c) { return encodeUtf16EscapeSequence(c.charCodeAt(0)); })… argument 18705 function getJsxAttributeStringReplacement(c) { argument [all …]
|