Home
last modified time | relevance | path

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

/developtools/ace_ets2bundle/compiler/src/
Dprocess_component_class.ts198 if (result.getVariableSet()) {
199 newMembers.push(result.getVariableSet());
Dprocess_component_member.ts245 public getVariableSet(): ts.SetAccessorDeclaration { method in UpdateResult