Home
last modified time | relevance | path

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

/developtools/ace_ets2bundle/compiler/src/
Dprocess_custom_component.ts547 const curChildProps: Set<string> = new Set([]); constant
556 curChildProps.add(item.name.escapedText.toString());
569 validateInitDecorator(node, name, curChildProps, log);
571 validateMandatoryToInitViaParam(node, name, curChildProps, log);
874 curChildProps: Set<string>, log: LogInfo[]): void {
878 if (!curChildProps.has(item)) {
890 curChildProps: Set<string>, log: LogInfo[]): void {
895 if (item && !curChildProps.has(item)) {
907 curChildProps: Set<string>, log: LogInfo[]): void {
915 if (item && !curChildProps.has(item) && decoratorVariable && !decoratorVariable.has(item)) {