Home
last modified time | relevance | path

Searched refs:isCorrectInitFormParent (Results 1 – 1 of 1) sorted by relevance

/developtools/ace_ets2bundle/compiler/src/
Dprocess_custom_component.ts653 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