Home
last modified time | relevance | path

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

/developtools/ace_ets2bundle/compiler/src/fast_build/ark_compiler/common/
Dob_config_resolver.ts90 printNameCache: string = ''; property in ObOptions
100 if (other.printNameCache.length > 0) {
101 this.printNameCache = other.printNameCache;
349 configs.options.printNameCache = token;
540 …bfuscationNameCache(projectConfig:any, obfuscationCacheDir?: string, printNameCache?: string): voi…
556 if (printNameCache && printNameCache.length > 0) {
557 fs.writeFileSync(printNameCache, writeContent);
/developtools/ace_ets2bundle/compiler/src/fast_build/ark_compiler/module/
Dmodule_source_file.ts83 ModuleSourceFile.projectConfig.obfuscationMergedObConfig.options?.printNameCache);