Home
last modified time | relevance | path

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

/developtools/ace_ets2bundle/compiler/src/
Dprocess_component_member.ts91 classMethodCollection
505 if (filePath && classMethodCollection.get(filePath)) {
506 return classMethodCollection.get(filePath).get(node.parent.name.getText());
Dvalidate_ui_syntax.ts151 export const classMethodCollection: Map<string, Map<string, Set<string>>> = new Map(); constant
1397 const pageMethodCollection: Map<string, Set<string>> = classMethodCollection.get(filePath);
1399 classMethodCollection.set(filePath, componentMethodCollection);
1816 classMethodCollection.clear();