Home
last modified time | relevance | path

Searched refs:MethodDecorator (Results 1 – 25 of 26) sorted by relevance

12

/third_party/typescript/tests/baselines/reference/
DdecoratorMetadataPromise.types2 declare const decorator: MethodDecorator;
3 >decorator : MethodDecorator
9 >decorator : MethodDecorator
15 >decorator : MethodDecorator
22 >decorator : MethodDecorator
DemitDecoratorMetadata_restArgs.types5 declare const MyMethodDecorator: MethodDecorator;
6 >MyMethodDecorator : MethodDecorator
18 >MyMethodDecorator : MethodDecorator
35 >MyMethodDecorator : MethodDecorator
DemitDecoratorMetadata_object.types5 declare const MyMethodDecorator: MethodDecorator;
6 >MyMethodDecorator : MethodDecorator
18 >MyMethodDecorator : MethodDecorator
DdecoratorMetadataRestParameterWithImportedType.types39 function annotation1(): MethodDecorator {
40 >annotation1 : () => MethodDecorator
69 >annotation1() : MethodDecorator
70 >annotation1 : () => MethodDecorator
DemitDecoratorMetadata_object.symbols6 declare const MyMethodDecorator: MethodDecorator;
8 >MethodDecorator : Symbol(MethodDecorator, Decl(lib.es5.d.ts, --, --))
DemitDecoratorMetadata_restArgs.symbols6 declare const MyMethodDecorator: MethodDecorator;
8 >MethodDecorator : Symbol(MethodDecorator, Decl(lib.es5.d.ts, --, --))
DdecoratorMetadataPromise.symbols2 declare const decorator: MethodDecorator;
4 >MethodDecorator : Symbol(MethodDecorator, Decl(lib.es5.d.ts, --, --))
DdecoratorMetadataRestParameterWithImportedType.symbols39 function annotation1(): MethodDecorator {
41 >MethodDecorator : Symbol(MethodDecorator, Decl(lib.es5.d.ts, --, --))
DpotentiallyUncalledDecorators.symbols51 interface OmniDecorator extends MethodDecorator, ClassDecorator, PropertyDecorator {
53 >MethodDecorator : Symbol(MethodDecorator, Decl(lib.es5.d.ts, --, --))
DemitDecoratorMetadata_object.js3 declare const MyMethodDecorator: MethodDecorator;
DemitDecoratorMetadata_restArgs.js3 declare const MyMethodDecorator: MethodDecorator;
DdecoratorMetadataPromise.js2 declare const decorator: MethodDecorator;
DdecoratorMetadataRestParameterWithImportedType.js25 function annotation1(): MethodDecorator {
DpotentiallyUncalledDecorators.js25 interface OmniDecorator extends MethodDecorator, ClassDecorator, PropertyDecorator {
DpotentiallyUncalledDecorators.types56 interface OmniDecorator extends MethodDecorator, ClassDecorator, PropertyDecorator {
DpotentiallyUncalledDecorators.errors.txt66 interface OmniDecorator extends MethodDecorator, ClassDecorator, PropertyDecorator {
/third_party/typescript/tests/cases/fourslash/etslib/
Dcommon.d.ts30 declare const Builder: MethodDecorator;
32 declare const Extend: <T>(component: T) => MethodDecorator;
33 declare const Styles: MethodDecorator;
/third_party/typescript/tests/cases/compiler/
DemitDecoratorMetadata_object.ts6 declare const MyMethodDecorator: MethodDecorator;
DdecoratorMetadataPromise.ts5 declare const decorator: MethodDecorator;
DemitDecoratorMetadata_restArgs.ts6 declare const MyMethodDecorator: MethodDecorator;
DdecoratorMetadataRestParameterWithImportedType.ts27 function annotation1(): MethodDecorator {
DpotentiallyUncalledDecorators.ts28 interface OmniDecorator extends MethodDecorator, ClassDecorator, PropertyDecorator {
/third_party/typescript_eslint/packages/scope-manager/src/lib/
Des5.ts308 MethodDecorator: {
/third_party/typescript/src/lib/
Des5.d.ts1408 declare type MethodDecorator = <T>(target: Object, propertyKey: string | symbol, descriptor: TypedP… alias
/third_party/typescript/lib/
Dlib.es5.d.ts1428 declare type MethodDecorator = <T>(target: Object, propertyKey: string | symbol, descriptor: TypedP… alias

12