Home
last modified time | relevance | path

Searched refs:oldMapFilePath (Results 1 – 8 of 8) sorted by relevance

/developtools/ace_ets2bundle/compiler/test/ark_compiler_ut/module/
Dmodule_coldreload_mode.test.ts63 this.rollup.share.projectConfig.oldMapFilePath = '';
76 this.rollup.share.projectConfig.oldMapFilePath = DEFAULT_ETS;
87 this.rollup.share.projectConfig.oldMapFilePath = DEFAULT_ETS;
98 this.rollup.share.projectConfig.oldMapFilePath = DEFAULT_ETS;
Dmodule_hotreload_mode.test.ts62 this.rollup.share.projectConfig.oldMapFilePath = DEFAULT_ETS;
99 this.rollup.share.projectConfig.oldMapFilePath = DEFAULT_ETS;
110 this.rollup.share.projectConfig.oldMapFilePath = '';
Dmodule_mode.test.ts1336 this.rollup.share.projectConfig.oldMapFilePath = DEFAULT_ETS;
1356 this.rollup.share.projectConfig.oldMapFilePath = DEFAULT_ETS;
1374 this.rollup.share.projectConfig.oldMapFilePath = DEFAULT_ETS;
1393 this.rollup.share.projectConfig.oldMapFilePath = DEFAULT_ETS;
1405 this.rollup.share.projectConfig.oldMapFilePath = DEFAULT_ETS;
1417 this.rollup.share.projectConfig.oldMapFilePath = DEFAULT_ETS;
1429 this.rollup.share.projectConfig.oldMapFilePath = DEFAULT_ETS;
1511 this.rollup.share.projectConfig.oldMapFilePath = DEFAULT_ETS;
1522 this.rollup.share.projectConfig.oldMapFilePath = DEFAULT_ETS;
/developtools/ace_ets2bundle/compiler/src/fast_build/ark_compiler/module/
Dmodule_coldreload_mode.ts45 if (this.projectConfig.oldMapFilePath) {
46 this.symbolMapFilePath = path.join(this.projectConfig.oldMapFilePath, SYMBOLMAP);
Dmodule_hotreload_mode.ts45 if (this.projectConfig.oldMapFilePath) {
46 this.symbolMapFilePath = path.join(this.projectConfig.oldMapFilePath, SYMBOLMAP);
/developtools/ace_ets2bundle/compiler/src/fast_build/ark_compiler/common/
Dprocess_ark_config.ts112 arkProjectConfig.oldMapFilePath = buildJsonInfo.patchConfig.oldMapFilePath;
/developtools/ace_ets2bundle/compiler/test/ark_compiler_ut/mock/rollup_mock/
Dproject_config.ts46 oldMapFilePath?: object, property
/developtools/ace_ets2bundle/compiler/test/ark_compiler_ut/common/
Dprocess_ark_config.test.ts169 expect(arkConfig.oldMapFilePath === buildJsonInfo.patchConfig.oldMapFilePath).to.be.true;