Home
last modified time | relevance | path

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

/developtools/ace_ets2bundle/compiler/test/ark_compiler_ut/common/
Dutils.test.ts1360 const belongModuleInfo: Object = getBelongModuleInfo(filePath, modulePathMap, projectRootPath); constant
1379 const belongModuleInfo: Object = getBelongModuleInfo(filePath, modulePathMap, projectRootPath); constant
/developtools/ace_ets2bundle/compiler/src/
Dutils.ts460 …const belongModuleInfo: Object = getBelongModuleInfo(sourcePath, modulePathMap, projectConfig.proj… constant