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.ts132 abcFilePath: string; property in ModuleInfo
403 const abcFilePath: string = genAbcFileName(tempFilePath); constant
423 const abcFilePath: string = genAbcFileName(tempFilePath); constant
442 const abcFilePath: string = genAbcFileName(tempFilePath); constant
454 const abcFilePath: string = "NA"; constant
1262 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