Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/arkguard/src/
DArkObfuscator.ts83 private mCustomProfiles: IOptions; property in ArkObfuscator
107 this.mCustomProfiles = config;
109 if (this.mCustomProfiles.mCompact) {
115 if (this.mCustomProfiles.mEnableSourceMap) {
120 this.mTransformers = TransformerManager.getInstance().loadTransformers(this.mCustomProfiles);
122 if (needReadApiInfo(this.mCustomProfiles)) {
123 this.mCustomProfiles.mNameObfuscation.mReservedProperties = ListUtil.uniqueMergeList(
124 this.mCustomProfiles.mNameObfuscation.mReservedProperties,
125 this.mCustomProfiles.mNameObfuscation.mReservedNames,
136 if (!path.isAbsolute(this.mCustomProfiles.mOutputDir)) {
[all …]