Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/arkguard/src/common/
DApiExtractor.ts50 getClassProperties,
241 getClassProperties(expression.right, mPropertySet);
282 getClassProperties(astNode.expression.right, mPropertySet);
349 getClassProperties(astNode, mPropertySet);
379 getClassProperties(astNode, currentPropsSet);
387 getClassProperties(astNode.initializer, currentPropsSet);
400 getClassProperties(astNode, currentPropsSet);
/arkcompiler/ets_frontend/arkguard/src/utils/
DOhsUtil.ts262 export function getClassProperties(classNode: ClassDeclaration | ClassExpression | StructDeclaratio… function
320 getClassProperties(memberInitializer, propertySet);
372 getClassProperties(propertyElement.initializer, propertySet);