Searched defs:decoratorExpressions (Results 1 – 3 of 3) sorted by relevance
401 const decoratorExpressions: Expression[] = []; constant467 const decoratorExpressions = transformAllDecoratorsOfDeclaration(allDecorators); constant547 const decoratorExpressions = transformAllDecoratorsOfDeclaration(allDecorators); constant
28729 function createDecorateHelper(decoratorExpressions, target, memberName, descriptor) { argument
23191 function createDecorateHelper(decoratorExpressions, target, memberName, descriptor) { argument