Home
last modified time | relevance | path

Searched defs:abcFilePath (Results 1 – 2 of 2) sorted by relevance

/developtools/ace_ets2bundle/compiler/src/
Dgen_abc_plugin.ts134 abcFilePath: string; property in ModuleInfo
405 const abcFilePath: string = genAbcFileName(tempFilePath); constant
425 const abcFilePath: string = genAbcFileName(tempFilePath); constant
444 const abcFilePath: string = genAbcFileName(tempFilePath); constant
456 const abcFilePath: string = "NA"; constant
1264 const abcFilePath: string = cacheOutputPath.replace(/\.temp\.js$/, ".abc"); constant
/developtools/ace_ets2bundle/compiler/src/fast_build/ark_compiler/bundle/
Dbundle_mode.ts183 const abcFilePath: string = changeFileExtension(cacheFilePath, EXTNAME_ABC); constant
357 const abcFilePath: string = changeFileExtension(value.filePath, EXTNAME_ABC, TEMP_JS); constant