Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/arkguard/src/utils/
DOhsUtil.ts57 export const stringPropsSet: Set<string> = new Set(); constant
196 stringPropsSet.add(memberName.text);
201 stringPropsSet.add(memberName.expression.text);
211 stringPropsSet.add(elementAccessExpressionNode.argumentExpression.text);
/arkcompiler/ets_frontend/arkguard/src/common/
DApiExtractor.ts57 import {stringPropsSet} from '../utils/OhsUtil';
449 stringPropsSet.forEach((element) => {
452 stringPropsSet.clear();