/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/moduleExportsAmd/ |
D | decoratedDefaultExportsGetExportedAmd.ts | 5 var decorator: ClassDecorator; variable 11 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/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_decoratedMethodWithSingleLineComment.ts | 3 function decorator() { function 16 function decorator() { function
|
D | convertToAsyncFunction_decoratedMethodWithMultipleLineComment.ts | 3 function decorator() { function 18 function decorator() { function
|
D | convertToAsyncFunction_decoratedMethod.ts | 3 function decorator() { function 15 function decorator() { function
|
D | convertToAsyncFunction_decoratedMethodWithModifier.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/node/deps/v8/src/compiler/ |
D | graph.cc | 39 void Graph::AddDecorator(GraphDecorator* decorator) { in AddDecorator() 44 void Graph::RemoveDecorator(GraphDecorator* decorator) { in RemoveDecorator()
|
/third_party/typescript/tests/cases/conformance/decorators/ |
D | decoratorInAmbientContext.ts | 4 declare function decorator(target: any, key: any): any; function
|
D | decoratorMetadata-jsdoc.ts | 5 declare var decorator: any; variable
|
/third_party/typescript/tests/cases/compiler/ |
D | defaultKeywordWithoutExport1.ts | 3 declare function decorator(constructor: any): any; function
|
D | decoratorWithNegativeLiteralTypeNoCrash.ts | 8 function decorator(target: any, field: any) {} function
|
D | commentOnDecoratedClassDeclaration.ts | 2 declare function decorator(x: string): any; 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/class/method/ |
D | decoratorOnClassMethod16.ts | 4 declare var decorator: any; variable
|
D | decoratorOnClassMethod11.ts | 5 decorator(target: Object, key: string): void { } method in C
|
D | decoratorOnClassMethod17.ts | 4 declare var decorator: any; variable
|
/third_party/typescript/tests/cases/conformance/decorators/class/ |
D | decoratedBlockScopedClass2.ts | 6 function decorator() { function
|
D | decoratedBlockScopedClass1.ts | 6 function decorator() { function
|