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
28688 function createDecorateHelper(decoratorExpressions, target, memberName, descriptor) { argument
23153 function createDecorateHelper(decoratorExpressions, target, memberName, descriptor) { argument