Home
last modified time | relevance | path

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

/developtools/ace_ets2bundle/compiler/src/fast_build/ark_compiler/bundle/
Dbundle_mode.ts134 const hashCacheFileContentData: string = toHashData(cacheFilePath); constant
136 if (jsonObject[cacheFilePath] === hashCacheFileContentData &&
138 updatedJsonObject[cacheFilePath] = hashCacheFileContentData;
351 const hashCacheFileContentData: string = toHashData(cacheFilePath); constant
353 this.hashJsonObject[cacheFilePath] = hashCacheFileContentData;
/developtools/ace_ets2bundle/compiler/src/fast_build/ark_compiler/module/
Dmodule_mode.ts512 const hashCacheFileContentData: string = toHashData(cacheFilePath); constant
514 if (jsonObject[cacheFilePath] === hashCacheFileContentData &&
688 const hashCacheFileContentData: string = toHashData(cacheFilePath); constant
690 this.hashJsonObject[cacheFilePath] = hashCacheFileContentData;