Searched refs:isDecoratorCollection (Results 1 – 1 of 1) sorted by relevance
762 if (isDecoratorCollection(item.decorators[i], decoratorName)) {901 function isDecoratorCollection(item: ts.Decorator, decoratorName: string): boolean { function