Home
last modified time | relevance | path

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

/developtools/ace_ets2bundle/compiler/src/
Dvalidate_ui_syntax.ts141 export const classMethodCollection: Map<string, Set<string>> = new Map(); constant
877 classMethodCollection.set(node.name.getText(), currentMethodCollection);
Dprocess_component_member.ts88 classMethodCollection,
435 const currentClassMethod: Set<string> = classMethodCollection.get(node.parent.name.getText());