Home
last modified time | relevance | path

Searched refs:decorator (Results 1 - 25 of 80) sorted by relevance

1234

/third_party/typescript/tests/baselines/reference/
H A DdecoratedDefaultExportsGetExportedAmd.js4 var decorator: ClassDecorator; variable
6 @decorator
10 var decorator: ClassDecorator; variable
12 @decorator
26 var decorator;
30 decorator
44 var decorator;
48 decorator
H A DdecoratedDefaultExportsGetExportedCommonjs.js4 var decorator: ClassDecorator; variable
6 @decorator
10 var decorator: ClassDecorator; variable
12 @decorator
25 var decorator; variable
29 decorator
41 var decorator; variable
45 decorator
H A DdecoratedDefaultExportsGetExportedSystem.js4 var decorator: ClassDecorator; variable
6 @decorator
10 var decorator: ClassDecorator; variable
12 @decorator
24 var decorator, Foo;
32 decorator
47 var decorator, default_1;
55 decorator
H A DdecoratedDefaultExportsGetExportedUmd.js4 var decorator: ClassDecorator; variable
6 @decorator
10 var decorator: ClassDecorator; variable
12 @decorator
34 var decorator;
38 decorator
60 var decorator;
64 decorator
H A DdecoratedBlockScopedClass3.js2 function decorator() { function
6 @decorator()
15 @decorator()
33 function decorator() {
45 decorator()
60 decorator()
H A DdecoratorMetadataPromise.js2 declare const decorator: MethodDecorator;
5 @decorator
7 @decorator
9 @decorator
43 decorator,
49 decorator,
55 decorator,
H A DdecoratorOnClassMethod19(target=es2015).js3 declare var decorator: any;
8 @decorator((x: C1) => x.#x)
15 y(@decorator((x: C2) => x.#x) p) {}
29 var __param = (this && this.__param) || function (paramIndex, decorator) {
30 return function (target, key) { decorator(target, key, paramIndex); }
47 decorator((x) => __classPrivateFieldGet(x, _C1_x, "f")),
62 __param(0, decorator((x) => __classPrivateFieldGet(x, _C2_x, "f"))),
H A DdecoratorMetadataOnInferredType.js10 function decorator(target: Object, propertyKey: string) { function
14 @decorator
29 function decorator(target, propertyKey) {
36 decorator,
H A DdecoratorMetadataWithConstructorType.js10 function decorator(target: Object, propertyKey: string) { function
14 @decorator
29 function decorator(target, propertyKey) {
36 decorator,
H A DdecoratorMetadata.js9 declare var decorator: any;
11 @decorator
16 @decorator
50 decorator,
56 decorator,
H A DgeneratorTypeCheck39.js2 function decorator(x: any) { function
6 @decorator(yield 0)
19 function decorator(x) {
29 decorator(yield 0)
H A DdecoratedBlockScopedClass1.js2 function decorator() { function
6 @decorator()
22 function decorator() {
34 decorator()
H A DdecoratedBlockScopedClass2.js2 function decorator() { function
7 @decorator()
25 function decorator() {
38 decorator()
H A DdecoratorOnClassMethod11.js4 decorator(target: Object, key: string): void { }
6 @this.decorator
23 C.prototype.decorator = function (target, key) { };
26 this.decorator
H A DdecoratorWithNegativeLiteralTypeNoCrash.js3 @decorator
6 function decorator(target: any, field: any) {} function
23 decorator,
28 function decorator(target, field) { }
H A DdecoratorOnClassMethod12.js4 decorator(target: Object, key: string): void { }
7 @super.decorator
39 S.prototype.decorator = function (target, key) { };
49 _super.decorator
H A DdecoratorMetadataWithTypeOnlyImport2.js11 declare const decorator: any;
13 @decorator()
48 decorator(),
H A DdecoratorReferenceOnOtherProperty.js49 var __param = (this && this.__param) || function (paramIndex, decorator) {
50 return function (target, key) { decorator(target, key, paramIndex); }
83 var __param = (this && this.__param) || function (paramIndex, decorator) {
84 return function (target, key) { decorator(target, key, paramIndex); }
H A DtsxGenericAttributesType7.js5 const decorator = function <U>(props: U) {
17 var decorator = function (props) { function
H A DtsxGenericAttributesType8.js5 const decorator = function <U>(props: U) {
17 var decorator = function (props) { function
H A DtsxGenericAttributesType1.js4 const decorator = function <T>(Component: React.StatelessComponent<T>): React.StatelessComponent<T> {
20 var decorator = function (Component) { function
/third_party/node/deps/v8/src/compiler/
H A Dgraph.cc33 for (GraphDecorator* const decorator : decorators_) { in Decorate()
34 decorator->Decorate(node); in Decorate()
39 void Graph::AddDecorator(GraphDecorator* decorator) { in AddDecorator() argument
40 decorators_.push_back(decorator); in AddDecorator()
44 void Graph::RemoveDecorator(GraphDecorator* decorator) { in RemoveDecorator() argument
45 auto const it = std::find(decorators_.begin(), decorators_.end(), decorator); in RemoveDecorator()
/third_party/python/Lib/test/support/
H A Dhashlib_helper.py17 If 'openssl' is True, then the decorator checks that OpenSSL provides
24 def decorator(func_or_class): function
34 setUpClass = classmethod(decorator(setUpClass))
51 return decorator
/third_party/python/Lib/idlelib/idle_test/
H A Dtkinter_testing_utils.py30 def decorator(test_method): function
62 return decorator
/third_party/jinja2/
H A Dasync_utils.py13 def decorator(async_func): # type: ignore function
53 return decorator

Completed in 4 milliseconds

1234