/third_party/typescript/tests/baselines/reference/ |
D | decoratedDefaultExportsGetExportedCommonjs.js | 4 var decorator: ClassDecorator; variable 10 var decorator: ClassDecorator; variable 25 var decorator; variable 41 var decorator; variable
|
D | decoratedDefaultExportsGetExportedSystem.js | 4 var decorator: ClassDecorator; variable 10 var decorator: ClassDecorator; variable
|
D | decoratedDefaultExportsGetExportedAmd.js | 4 var decorator: ClassDecorator; variable 10 var decorator: ClassDecorator; variable
|
D | decoratedDefaultExportsGetExportedUmd.js | 4 var decorator: ClassDecorator; variable 10 var decorator: ClassDecorator; variable
|
/third_party/typescript/tests/cases/conformance/es6/moduleExportsUmd/ |
D | decoratedDefaultExportsGetExportedUmd.ts | 5 var decorator: ClassDecorator; variable 11 var decorator: ClassDecorator; variable
|
/third_party/typescript/tests/cases/conformance/es6/moduleExportsAmd/ |
D | decoratedDefaultExportsGetExportedAmd.ts | 5 var decorator: ClassDecorator; variable 11 var decorator: ClassDecorator; variable
|
/third_party/typescript/tests/cases/conformance/es6/moduleExportsSystem/ |
D | decoratedDefaultExportsGetExportedSystem.ts | 5 var decorator: ClassDecorator; variable 11 var decorator: ClassDecorator; variable
|
/third_party/typescript/tests/cases/conformance/es6/moduleExportsCommonjs/ |
D | decoratedDefaultExportsGetExportedCommonjs.ts | 5 var decorator: ClassDecorator; variable 11 var decorator: ClassDecorator; variable
|
/third_party/typescript/tests/baselines/reference/convertToAsyncFunction/ |
D | convertToAsyncFunction_decoratedMethodWithMultipleLineComment.ts | 3 function decorator() { function 18 function decorator() { function
|
D | convertToAsyncFunction_decoratedMethodWithModifier.ts | 3 function decorator() { function 15 function decorator() { function
|
D | convertToAsyncFunction_decoratedMethodWithSingleLineComment.ts | 3 function decorator() { function 16 function decorator() { function
|
D | convertToAsyncFunction_decoratedMethod.ts | 3 function decorator() { function 15 function decorator() { function
|
/third_party/typescript/tests/cases/fourslash/ |
D | etsOption.json | 4 "decorator": "Builder" string 12 "decorator": "Extend", string 27 "decorator": "Styles", string
|
/third_party/boost/boost/beast/websocket/impl/ |
D | accept.hpp | 73 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/ |
D | accept.hpp | 73 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/ |
D | class.ts | 1 function decorator() {} function
|
D | parameter.ts | 1 function decorator() {} function
|
D | parameter-property.ts | 1 function decorator() {} function
|
D | class-property.ts | 1 function decorator() {} function
|
/third_party/typescript/tests/cases/conformance/es6/yieldExpressions/ |
D | generatorTypeCheck39.ts | 2 function decorator(x: any) { function
|
/third_party/typescript/tests/cases/conformance/decorators/ |
D | decoratorMetadata-jsdoc.ts | 5 declare var decorator: any; variable
|
/third_party/typescript/tests/cases/compiler/ |
D | commentOnDecoratedClassDeclaration.ts | 2 declare function decorator(x: string): any; function
|
D | noEmitHelpers2.ts | 6 declare var decorator: any; variable
|
D | decoratorWithNegativeLiteralTypeNoCrash.ts | 8 function decorator(target: any, field: any) {} function
|
/third_party/typescript/tests/cases/conformance/decorators/class/method/ |
D | decoratorOnClassMethod11.ts | 5 decorator(target: Object, key: string): void { } method in C
|