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/moduleExportsAmd/
DdecoratedDefaultExportsGetExportedAmd.ts5 var decorator: ClassDecorator; variable
11 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/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_decoratedMethodWithSingleLineComment.ts3 function decorator() { function
16 function decorator() { function
DconvertToAsyncFunction_decoratedMethodWithMultipleLineComment.ts3 function decorator() { function
18 function decorator() { function
DconvertToAsyncFunction_decoratedMethod.ts3 function decorator() { function
15 function decorator() { function
DconvertToAsyncFunction_decoratedMethodWithModifier.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/node/deps/v8/src/compiler/
Dgraph.cc39 void Graph::AddDecorator(GraphDecorator* decorator) { in AddDecorator()
44 void Graph::RemoveDecorator(GraphDecorator* decorator) { in RemoveDecorator()
/third_party/typescript/tests/cases/conformance/decorators/
DdecoratorInAmbientContext.ts4 declare function decorator(target: any, key: any): any; function
DdecoratorMetadata-jsdoc.ts5 declare var decorator: any; variable
/third_party/typescript/tests/cases/compiler/
DdefaultKeywordWithoutExport1.ts3 declare function decorator(constructor: any): any; function
DdecoratorWithNegativeLiteralTypeNoCrash.ts8 function decorator(target: any, field: any) {} function
DcommentOnDecoratedClassDeclaration.ts2 declare function decorator(x: string): any; function
/third_party/typescript/tests/cases/conformance/es6/yieldExpressions/
DgeneratorTypeCheck39.ts2 function decorator(x: any) { function
/third_party/typescript/tests/cases/conformance/decorators/class/method/
DdecoratorOnClassMethod16.ts4 declare var decorator: any; variable
DdecoratorOnClassMethod11.ts5 decorator(target: Object, key: string): void { } method in C
DdecoratorOnClassMethod17.ts4 declare var decorator: any; variable
/third_party/typescript/tests/cases/conformance/decorators/class/
DdecoratedBlockScopedClass2.ts6 function decorator() { function
DdecoratedBlockScopedClass1.ts6 function decorator() { function

1234