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.ts131 const hashCacheFileContentData: any = toHashData(cacheFilePath); constant
133 if (jsonObject[cacheFilePath] === hashCacheFileContentData &&
135 updatedJsonObject[cacheFilePath] = hashCacheFileContentData;
346 const hashCacheFileContentData: any = toHashData(cacheFilePath); constant
348 this.hashJsonObject[cacheFilePath] = hashCacheFileContentData;
/developtools/ace_ets2bundle/compiler/src/fast_build/ark_compiler/module/
Dmodule_mode.ts438 const hashCacheFileContentData: any = toHashData(cacheFilePath); constant
440 if (jsonObject[cacheFilePath] === hashCacheFileContentData &&
614 const hashCacheFileContentData: any = toHashData(cacheFilePath); constant
616 this.hashJsonObject[cacheFilePath] = hashCacheFileContentData;