Home
last modified time | relevance | path

Searched refs:decorate (Results 1 - 25 of 95) sorted by relevance

1234

/third_party/typescript/tests/baselines/reference/
H A DdecoratedClassFromExternalModule.js4 function decorate(target: any) { } function
6 @decorate
15 if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
19 function decorate(target) { }
23 decorate
H A DmetadataReferencedWithinFilteredUnion.js9 function decorate(target: any, propertyKey: string) { function
13 @decorate
33 if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
43 function decorate(target, propertyKey) {
56 decorate,
H A DdecoratedDefaultExportsGetExportedAmd.js19 if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
37 if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
H A DdecoratedDefaultExportsGetExportedCommonjs.js20 if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
36 if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
H A DdecoratedDefaultExportsGetExportedSystem.js20 if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
43 if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
H A DdecoratedDefaultExportsGetExportedUmd.js19 if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
45 if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
H A DdecoratorReferenceOnOtherProperty.js42 if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
76 if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
H A DderivedClassSuperProperties.js2 declare const decorate: any;
93 @decorate(this)
104 @decorate(this)
116 @decorate(this)
422 if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
548 decorate(this)
567 decorate(this)
586 decorate(this)
H A DemitHelpersWithLocalCollisions(module=es2020).js13 if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
H A DemitHelpersWithLocalCollisions(module=es2022).js13 if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
H A DemitHelpersWithLocalCollisions(module=es6).js13 if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
H A DemitHelpersWithLocalCollisions(module=esnext).js13 if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
H A DgeneratorTypeCheck39.js15 if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
H A DdecoratedBlockScopedClass1.js18 if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
H A DdecoratedBlockScopedClass2.js21 if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
H A DdecoratedBlockScopedClass3.js29 if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
H A DdecoratedClassExportsCommonJS1.js13 if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
H A DdecoratedClassExportsCommonJS2.js11 if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
H A DdecoratorCallGeneric.js18 if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
H A DdecoratorChecksFunctionBodies.js20 if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
H A DdecoratorInstantiateModulesInFunctionBodies.js33 if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
H A DdecoratorMetadataNoStrictNull.js12 if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
/third_party/python/Lib/test/
H A Dtest_decorators.py6 def decorate(func): function
9 return decorate
14 def decorate(func): function
17 return decorate
30 def decorate(func): function
37 return decorate
43 def decorate(func): function
51 return decorate
120 def decorate(func): function
123 return decorate
252 def decorate(func): global() function
[all...]
/third_party/typescript/tests/baselines/reference/transpile/
H A DCorrectly serialize metadata when transpile with CommonJS option.js4 if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
H A DCorrectly serialize metadata when transpile with CommonJS option.oldTranspile.js4 if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);

Completed in 7 milliseconds

1234