Searched refs:nestedComment (Results 1 – 6 of 6) sorted by relevance
/third_party/typescript/tests/baselines/reference/ |
D | constructorFunctionMethodTypeParameters.symbols | 36 Cls.prototype.nestedComment = 37 >Cls.prototype : Symbol(Cls.nestedComment, Decl(constructorFunctionMethodTypeParameters.js, 16, 2)) 40 >nestedComment : Symbol(Cls.nestedComment, Decl(constructorFunctionMethodTypeParameters.js, 16, 2)) 67 const t = c.nestedComment('a', 'b'); 69 >c.nestedComment : Symbol(Cls.nestedComment, Decl(constructorFunctionMethodTypeParameters.js, 16, 2… 71 >nestedComment : Symbol(Cls.nestedComment, Decl(constructorFunctionMethodTypeParameters.js, 16, 2))
|
D | constructorFunctionMethodTypeParameters.types | 40 Cls.prototype.nestedComment = 41 >Cls.prototype.nestedComment = /** * @template {string} U * @param {T} t * @param {U… 42 >Cls.prototype.nestedComment : any 46 >nestedComment : any 79 const t = c.nestedComment('a', 'b'); 81 >c.nestedComment('a', 'b') : "a" 82 >c.nestedComment : <U extends string>(t: "a", u: U) => "a" 84 >nestedComment : <U extends string>(t: "a", u: U) => "a"
|
/third_party/typescript/tests/cases/conformance/salsa/ |
D | constructorFunctionMethodTypeParameters.ts | 23 Cls.prototype.nestedComment = 36 const t = c.nestedComment('a', 'b');
|
/third_party/parse5/packages/parse5/lib/common/ |
D | error-codes.ts | 44 nestedComment = 'nested-comment', enumerator
|
/third_party/parse5/packages/parse5/lib/tokenizer/ |
D | index.ts | 2227 this._err(ERR.nestedComment);
|
/third_party/vk-gl-cts/external/vulkan-docs/src/scripts/asciidoctor-chunker/ |
D | asciidoctor-chunker.js | 4 …nestedComment:"nested-comment",abruptClosingOfEmptyComment:"abrupt-closing-of-empty-comment",eofIn… property
|