Home
last modified time | relevance | path

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

/developtools/ace_ets2bundle/compiler/src/
Dvalidate_ui_syntax.ts851 const currentMethodCollection: Set<string> = new Set(); constant
874 currentMethodCollection.add(item.name.getText());
877 classMethodCollection.set(node.name.getText(), currentMethodCollection);