Home
last modified time | relevance | path

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

/developtools/ace_ets2bundle/compiler/src/fast_build/ark_compiler/module/
Dmodule_hotfix_mode.ts51 this.cmdArgs.push(`"${this.moduleAbcPath}"`);
Dmodule_mode.ts122 moduleAbcPath: string; property in ModuleMode
141 this.moduleAbcPath = path.join(this.projectConfig.aceModuleBuild, outPutABC);
333 this.cmdArgs.push(`"${this.moduleAbcPath}"`);
544 …generateAot(this.arkConfig.arkRootPath, builtinAbcPath, this.moduleAbcPath, this.projectConfig, th…
Dmodule_hotreload_mode.ts112 this.moduleAbcPath = outputABCPath;