Home
last modified time | relevance | path

Searched refs:recordName (Results 1 – 7 of 7) sorted by relevance

/developtools/ace_ets2bundle/compiler/src/fast_build/ark_compiler/module/
Dmodule_mode.ts89 recordName: string; property in ModuleInfo
94 …constructor(filePath: string, cacheFilePath: string, isCommonJs: boolean, recordName: string, sour…
99 this.recordName = recordName;
255 …let recordName: string = getOhmUrlByFilepath(filePath, this.projectConfig, this.logger, namespace);
272 recordName = toUnixPath(recordName);
276 …moduleInfos.set(filePath, new ModuleInfo(filePath, cacheFilePath, isCommonJs, recordName, sourceFi…
351 …filesInfo += `${info.cacheFilePath};${info.recordName};${moduleType};${info.sourceFile};${info.pac…
/developtools/ace_ets2bundle/compiler/src/
Dgen_module_abc.ts42 …`${info.tempFilePath};${info.recordName};${moduleType};${toUnixPath(info.sourceFile)};${info.packa…
Dgen_merged_abc.ts65 …filesInfo += `${info.tempFilePath};${info.recordName};${moduleType};${toUnixPath(sourceFile)};${in…
Dgen_abc_plugin.ts134 recordName: string; property in ModuleInfo
146 this.recordName = getOhmUrlByFilepath(filePath, projectConfig, logger);
1259 const recordName: string = 'null_recordName'; constant
1263 filesInfo += `${cacheOutputPath};${recordName};${moduleType};${sourceFile};${abcFilePath}\n`;
/developtools/ace_ets2bundle/compiler/src/fast_build/ark_compiler/common/
Dgen_abc.ts59 …content += `${info.cacheFilePath};${info.recordName};${moduleType};${info.sourceFile};${info.packa…
/developtools/ace_ets2bundle/compiler/src/fast_build/ark_compiler/bundle/
Dbundle_mode.ts180 const recordName: string = 'null_recordName'; constant
184 filesInfo += `${cacheFilePath};${recordName};${moduleType};${sourceFile};${abcFilePath}\n`;
/developtools/ace_js2bundle/ace-loader/src/
DgenAbc-plugin.js630 const recordName = 'null_recordName';
634 filesInfo += `${cacheOutputPath};${recordName};${moduleType};${sourceFile};${abcFilePath}\n`;