Home
last modified time | relevance | path

Searched defs:needToRecordProperty (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/ets_frontend/arkguard/test/ut/utils/
DTransformUtil.spec.ts127 …const needToRecordProperty: boolean = isInTopLevelWhitelist(originalName, recordMap, nameWithScope… constant
185 const needToRecordProperty: boolean = isInPropertyWhitelist(originalName, recordMap, true); constant
/arkcompiler/ets_frontend/arkguard/src/utils/
DTransformUtil.ts270 export function needToRecordProperty(originalName: string, recordMap?: Map<string, Set<string>>, na… function