Home
last modified time | relevance | path

Searched +defs:c +defs:block +defs:comment +defs:prefix (Results 1 – 4 of 4) sorted by relevance

/third_party/typescript/tests/baselines/reference/
Dparserharness.js1717 parser.errorCallback = (a, b, c, d) => { }; argument
1776 var prefix = result.substring(0, edit.minChar); variable
1846 export function describe(description: string, block: () => any) { argument
1855 export function it(description: string, block: () => void ) { argument
2292 Logger.prototype.comment = function (comment) { }; method in Logger
2316 function Runnable(description, block) { argument
2392 function TestCase(description, block) { argument
2427 function Scenario(description, block) { argument
2734 function makeDefaultCompilerForTest(c) { argument
3672 function describe(description, block) { argument
[all …]
/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
10134 function getTextOfJSDocComment(comment) { argument
10136 …: comment === null || comment === void 0 ? void 0 : comment.map(function (c) { return c.kind === 3… argument
12322 return ts.filter(commentRanges, function (comment) { 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 …]
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
13456 function getTextOfJSDocComment(comment) { argument
13458 …: comment === null || comment === void 0 ? void 0 : comment.map(function (c) { return c.kind === 3… argument
15951 return ts.filter(commentRanges, function (comment) { 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 …]
/third_party/rust/crates/bindgen/bindgen-tests/tests/
Dstylo.hpp57974 const Comparator* c = reinterpret_cast<const Comparator*>(aData); in Compare() local
62344 for (T c; (c = *aStr); aStr++) { in HashUntilZero() local
63271 Range(const HashTable& tableArg, Entry* c, Entry* e) in Range()
70763 char c; member
81323 static nsIAtom* block; member in nsGkAtoms
81411 static nsIAtom* comment; member in nsGkAtoms
82210 static nsIAtom* prefix; member in nsGkAtoms
91571 inline bool IsUpperCase(uint32_t c) { in IsUpperCase()
91575 inline bool IsLowerCase(uint32_t c) { in IsLowerCase()
96871 Jsvalify(const Class* c) in Jsvalify()
[all …]