Searched refs:isCorrectInitFormParent (Results 1 – 1 of 1) sorted by relevance
653 if (parentPropertyKind && !isCorrectInitFormParent(parentPropertyKind, curPropertyKind)) {659 if (!isCorrectInitFormParent(COMPONENT_NON_DECORATOR, curPropertyKind)) {671 if (!isCorrectInitFormParent(parentPropertyKind, curPropertyKind)) {745 function isCorrectInitFormParent(parent: string, child: string): boolean { function