• Home
  • Raw
  • Download

Lines Matching refs:mCustomProfiles

83   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)) {
137 …this.mCustomProfiles.mOutputDir = path.join(path.dirname(this.mConfigPath), this.mCustomProfiles.m…
140 if (this.mCustomProfiles.mOutputDir && !fs.existsSync(this.mCustomProfiles.mOutputDir)) {
141 fs.mkdirSync(this.mCustomProfiles.mOutputDir);
143 readProjectProperties(this.mSourceFiles, this.mCustomProfiles);
144 this.readPropertyCache(this.mCustomProfiles.mOutputDir);
154 await this.obfuscateFile(sourcePath, this.mCustomProfiles.mOutputDir);
162 this.producePropertyCache(this.mCustomProfiles.mOutputDir);
171 const newDir: string = path.join(this.mCustomProfiles.mOutputDir, currentDir);
193 if (!this.mCustomProfiles.mNameObfuscation.mEnable || !this.mCustomProfiles.mEnableNameCache) {
204 …if (!this.mCustomProfiles.mNameObfuscation.mRenameProperties || !this.mCustomProfiles.mEnableNameC…
223 …if (this.mCustomProfiles.mNameObfuscation.mRenameProperties && this.mCustomProfiles.mEnableNameCac…
272 if (this.mCustomProfiles.mRemoveComments) {
304 if (this.mCustomProfiles.mEnableSourceMap && mixedInfo.sourceMap) {
308 if (this.mCustomProfiles.mEnableNameCache && this.mCustomProfiles.mEnableNameCache) {
340 if (historyNameCache && this.mCustomProfiles.mNameObfuscation) {
349 if (this.mCustomProfiles.mEnableSourceMap) {
357 if (this.mCustomProfiles.mEnableSourceMap && sourceMapGenerator) {
367 if (this.mCustomProfiles.mEnableNameCache) {