Home
last modified time | relevance | path

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

/developtools/ace_ets2bundle/compiler/src/fast_build/ark_compiler/bundle/
Dbundle_mode.ts66 hashJsonObject: any; property in BundleMode
73 this.hashJsonObject = {};
143 this.hashJsonObject = updatedJsonObject;
348 this.hashJsonObject[cacheFilePath] = hashCacheFileContentData;
349 this.hashJsonObject[cacheAbcFilePath] = hashCacheAbcContentData;
352 fs.writeFileSync(this.hashJsonFilePath, JSON.stringify(this.hashJsonObject), 'utf-8');
/developtools/ace_ets2bundle/compiler/src/fast_build/ark_compiler/module/
Dmodule_mode.ts118 hashJsonObject: any; property in ModuleMode
136 this.hashJsonObject = {};
149 this.hashJsonObject = {};
457 this.hashJsonObject = updatedJsonObject;
622 this.hashJsonObject[cacheFilePath] = hashCacheFileContentData;
623 this.hashJsonObject[cacheProtoFilePath] = hashCacheProtoContentData;
626 fs.writeFileSync(this.hashJsonFilePath, JSON.stringify(this.hashJsonObject));
/developtools/ace_js2bundle/ace-loader/src/
DgenAbc-plugin.js50 let hashJsonObject = {}; variable
292 hashJsonObject = {};
336 hashJsonObject = updateJsonObject;
350 hashJsonObject[cacheOutputPath] = hashInputContentData;
351 hashJsonObject[cacheAbcFilePath] = hashAbcContentData;
357 fs.writeFileSync(hashFilePath, JSON.stringify(hashJsonObject));
/developtools/ace_ets2bundle/compiler/src/
Dgen_abc_plugin.ts115 let hashJsonObject = {}; variable
296 hashJsonObject = {};
967 hashJsonObject = updateJsonObject;
981 hashJsonObject[cacheOutputPath] = hashInputContentData;
982 hashJsonObject[cacheAbcFilePath] = hashAbcContentData;
988 fs.writeFileSync(hashFilePath, JSON.stringify(hashJsonObject));