Home
last modified time | relevance | path

Searched defs:createDecorator (Results 1 – 8 of 8) sorted by relevance

/third_party/typescript/src/deprecatedCompat/4.0/
DnodeFactoryTopLevelExports.ts95 export const createDecorator: typeof factory.createDecorator = Debug.deprecate(factory.createDecora… constant
/third_party/typescript/src/compiler/
Dtypes.ts8099createDecorator(expression: Expression, annotationDeclaration?: AnnotationDeclaration): Decorator; method
/third_party/typescript/lib/
Dtypescript.d.ts3889createDecorator(expression: Expression, annotationDeclaration?: AnnotationDeclaration): Decorator; method
Dtsserverlibrary.d.ts7892createDecorator(expression: Expression, annotationDeclaration?: AnnotationDeclaration): Decorator; method
DtypingsInstaller.js13375 createDecorator, property
14448 function createDecorator(expression, annotationDeclaration) { function
Dtsc.js18666 createDecorator, property
19739 function createDecorator(expression, annotationDeclaration) { function
/third_party/typescript/tests/baselines/reference/api/
Dtypescript.d.ts3889createDecorator(expression: Expression, annotationDeclaration?: AnnotationDeclaration): Decorator; method
Dtsserverlibrary.d.ts7892createDecorator(expression: Expression, annotationDeclaration?: AnnotationDeclaration): Decorator; method