Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/arkguard/src/utils/
DNodeUtils.ts39 public static isPropertyDeclarationNode(node: Node): boolean { method in NodeUtils
152 return this.isPropertyDeclarationNode(node);
DScopeAnalyzer.ts803 if (NodeUtils.isPropertyDeclarationNode(node)) {