Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/arkguard/test/ut/utils/
DNameCacheUtils.spec.ts128 const classInfoInMemberMethodCache = new Set(['class1']); constant
141 const classInfoInMemberMethodCache = new Set(['method1']); constant
154 const classInfoInMemberMethodCache = new Set(['method1']); constant
/arkcompiler/ets_frontend/arkguard/src/transformers/rename/
DRenameIdentifierTransformer.ts923 export let classInfoInMemberMethodCache: Set<string> = new Set(); variable