Home
last modified time | relevance | path

Searched defs:decorator (Results 1 – 25 of 91) sorted by relevance

1234

/third_party/typescript/tests/baselines/reference/
DdecoratedDefaultExportsGetExportedCommonjs.js4 var decorator: ClassDecorator; variable
10 var decorator: ClassDecorator; variable
25 var decorator; variable
41 var decorator; variable
DdecoratedDefaultExportsGetExportedSystem.js4 var decorator: ClassDecorator; variable
10 var decorator: ClassDecorator; variable
DdecoratedDefaultExportsGetExportedAmd.js4 var decorator: ClassDecorator; variable
10 var decorator: ClassDecorator; variable
DdecoratedDefaultExportsGetExportedUmd.js4 var decorator: ClassDecorator; variable
10 var decorator: ClassDecorator; variable
/third_party/typescript/tests/cases/conformance/es6/moduleExportsUmd/
DdecoratedDefaultExportsGetExportedUmd.ts5 var decorator: ClassDecorator; variable
11 var decorator: ClassDecorator; variable
/third_party/typescript/tests/cases/conformance/es6/moduleExportsAmd/
DdecoratedDefaultExportsGetExportedAmd.ts5 var decorator: ClassDecorator; variable
11 var decorator: ClassDecorator; variable
/third_party/typescript/tests/cases/conformance/es6/moduleExportsSystem/
DdecoratedDefaultExportsGetExportedSystem.ts5 var decorator: ClassDecorator; variable
11 var decorator: ClassDecorator; variable
/third_party/typescript/tests/cases/conformance/es6/moduleExportsCommonjs/
DdecoratedDefaultExportsGetExportedCommonjs.ts5 var decorator: ClassDecorator; variable
11 var decorator: ClassDecorator; variable
/third_party/typescript/tests/baselines/reference/convertToAsyncFunction/
DconvertToAsyncFunction_decoratedMethodWithMultipleLineComment.ts3 function decorator() { function
18 function decorator() { function
DconvertToAsyncFunction_decoratedMethodWithModifier.ts3 function decorator() { function
15 function decorator() { function
DconvertToAsyncFunction_decoratedMethodWithSingleLineComment.ts3 function decorator() { function
16 function decorator() { function
DconvertToAsyncFunction_decoratedMethod.ts3 function decorator() { function
15 function decorator() { function
/third_party/typescript/tests/cases/fourslash/
DetsOption.json4 "decorator": "Builder" string
12 "decorator": "Extend", string
27 "decorator": "Styles", string
/third_party/boost/boost/beast/websocket/impl/
Daccept.hpp73 Decorator const& decorator, in build_response()
185 Decorator const& decorator, in response_op()
261 Decorator const& decorator, in accept_op()
325 auto const decorator = d_; local
413 Decorator const& decorator, in do_accept()
440 Decorator const& decorator, in do_accept()
/third_party/boost/libs/beast/include/boost/beast/websocket/impl/
Daccept.hpp73 Decorator const& decorator, in build_response()
185 Decorator const& decorator, in response_op()
261 Decorator const& decorator, in accept_op()
325 auto const decorator = d_; local
413 Decorator const& decorator, in do_accept()
440 Decorator const& decorator, in do_accept()
/third_party/typescript_eslint/packages/scope-manager/tests/fixtures/decorators/
Dclass.ts1 function decorator() {} function
Dparameter.ts1 function decorator() {} function
Dparameter-property.ts1 function decorator() {} function
Dclass-property.ts1 function decorator() {} function
/third_party/typescript/tests/cases/conformance/es6/yieldExpressions/
DgeneratorTypeCheck39.ts2 function decorator(x: any) { function
/third_party/typescript/tests/cases/conformance/decorators/
DdecoratorMetadata-jsdoc.ts5 declare var decorator: any; variable
/third_party/typescript/tests/cases/compiler/
DcommentOnDecoratedClassDeclaration.ts2 declare function decorator(x: string): any; function
DnoEmitHelpers2.ts6 declare var decorator: any; variable
DdecoratorWithNegativeLiteralTypeNoCrash.ts8 function decorator(target: any, field: any) {} function
/third_party/typescript/tests/cases/conformance/decorators/class/method/
DdecoratorOnClassMethod11.ts5 decorator(target: Object, key: string): void { } method in C

1234