Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/arkguard/src/
DArkObfuscator.ts300 const mixedInfo: ObfuscationResultType = await this.obfuscate(content, sourceFilePath); constant
302 if (outputDir && mixedInfo) {
303 … fs.writeFileSync(path.join(outputDir, FileUtils.getFileName(sourceFilePath)), mixedInfo.content);
304 if (this.mCustomProfiles.mEnableSourceMap && mixedInfo.sourceMap) {
306 JSON.stringify(mixedInfo.sourceMap, null, JSON_TEXT_INDENT_LENGTH));
309 this.produceNameCache(mixedInfo.nameCache, sourceFilePath, outputDir);