Home
last modified time | relevance | path

Searched defs:Cls (Results 1 – 25 of 47) sorted by relevance

12

/third_party/typescript/tests/cases/compiler/
DmoduleAugmentationsBundledOutput1.ts7 export class Cls { class
16 interface Cls { interface
22 interface Cls { interface
38 interface Cls { interface
44 interface Cls { interface
DtypeReferenceDirectives9.ts12 export class Cls { class
23 interface Cls { interface
26 namespace Cls { namespace
DtypeReferenceDirectives12.ts14 export class Cls { class
25 interface Cls { interface
28 namespace Cls { namespace
DclassPropInitializationInferenceWithElementAccess.ts5 export class Cls { class
DmoduleAugmentationInAmbientModule2.ts10 class Cls { x: number } class
DmoduleAugmentationInAmbientModule1.ts11 class Cls { x: number } class
DnewNamesInGlobalAugmentations1.ts13 class Cls {x} class
DmoduleAugmentationInAmbientModule4.ts10 class Cls { x: number } class
DmoduleAugmentationInAmbientModule3.ts10 class Cls { x: number } class
DmoduleAugmentationsImports2.ts13 class Cls {y: string; } class
DmoduleAugmentationsImports4.ts13 class Cls {y: string; } class
DmoduleAugmentationsImports3.ts13 class Cls {y: string; } class
/third_party/typescript/tests/baselines/reference/
DtypeReferenceDirectives9.js7 export class Cls { class
39 function Cls() { class in Cls
49 main_1.Cls.prototype.foo = function () { return undefined; }; class
DmoduleAugmentationsBundledOutput1.js4 export class Cls { class
62 var Cls = /** @class */ (function () { class
63 function Cls() { class in anonymousFunction6141a01f0500.Cls
72 m1_1.Cls.prototype.foo = function () { return 1; }; class in m1_1
95 m1_2.Cls.prototype.baz1 = function () { return undefined; }; class in m1_2
DjsDeclarationsDefaultsErr.js5 class Cls { class
35 function Cls() { class in Cls
DjsDeclarationsFunctions.js8 c.Cls = class {} class
73 function Cls() { class in c.Cls
DmoduleAugmentationInAmbientModule1.js9 class Cls { x: number } class
DnewNamesInGlobalAugmentations1.js13 class Cls {x} class
DmoduleAugmentationInAmbientModule2.js9 class Cls { x: number } class
DmoduleAugmentationInAmbientModule4.js9 class Cls { x: number } class
DmoduleAugmentationInAmbientModule3.js9 class Cls { x: number } class
DjsDeclarationsFunctionsCjs.js8 module.exports.c.Cls = class {} class
68 function Cls() { class in module.exports.c.Cls
DmixinPrivateAndProtected.js117 function mixB(Cls) { argument
129 function mixB2(Cls) { argument
141 function mixC(Cls) { argument
/third_party/typescript/tests/cases/conformance/salsa/
DconstructorFunctionMethodTypeParameters.ts9 function Cls(t) { function
/third_party/typescript/tests/cases/conformance/jsdoc/declarations/
DjsDeclarationsDefaultsErr.ts8 class Cls { class

12