Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/arkguard/src/common/
DApiExtractor.ts54 getTypeAliasProperties,
394 getTypeAliasProperties(astNode, currentPropsSet);
/arkcompiler/ets_frontend/arkguard/src/utils/
DOhsUtil.ts215 export function getTypeAliasProperties(typeAliasNode: TypeAliasDeclaration, propertySet: Set<string… function