Home
last modified time | relevance | path

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

/developtools/ace_ets2bundle/compiler/src/
Dprocess_custom_component.ts74 isStaticViewCollection,
812 isStaticViewCollection.get(parentName) ? createStaticIf(viewName) : undefined,
Dvalidate_ui_syntax.ts160 export const isStaticViewCollection: Map<string, boolean> = new Map(); constant
879 isStaticViewCollection.set(node.name.getText(), isStatic);