Home
last modified time | relevance | path

Searched refs:BytecodeObfuscationCollections (Results 1 – 5 of 5) sorted by relevance

/arkcompiler/ets_frontend/arkguard/src/utils/
DCommonCollections.ts119 export namespace BytecodeObfuscationCollections { namespace
DProjectCollections.ts21 BytecodeObfuscationCollections,
591 … decoratorMap[key]?.forEach(item => BytecodeObfuscationCollections.decoratorProp.add(item));
/arkcompiler/ets_frontend/arkguard/src/
DArkObfuscator.ts41 BytecodeObfuscationCollections,
186 BytecodeObfuscationCollections.clear();
/arkcompiler/ets_frontend/arkguard/src/transformers/rename/
DRenameIdentifierTransformer.ts110 BytecodeObfuscationCollections,
901 …addToSet(UnobfuscationCollections.reservedSdkApiForProp, BytecodeObfuscationCollections.decoratorP…
/arkcompiler/ets_frontend/arkguard/src/common/
DApiExtractor.ts116 import { AtKeepCollections, BytecodeObfuscationCollections, PropCollections } from '../utils/Common…
792 allProp.forEach(value => BytecodeObfuscationCollections.decoratorProp.add(value));