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
404 const abcFilePath: string = genAbcFileName(tempFilePath); constant
424 const abcFilePath: string = genAbcFileName(tempFilePath); constant
443 const abcFilePath: string = genAbcFileName(tempFilePath); constant
455 const abcFilePath: string = "NA"; constant
1263 const abcFilePath: string = cacheOutputPath.replace(/\.temp\.js$/, ".abc"); constant
/developtools/ace_ets2bundle/compiler/src/fast_build/ark_compiler/bundle/
Dbundle_mode.ts188 const abcFilePath: string = changeFileExtension(cacheFilePath, EXTNAME_ABC); constant
362 const abcFilePath: string = changeFileExtension(value.filePath, EXTNAME_ABC, TEMP_JS); constant