Home
last modified time | relevance | path

Searched refs:GEN_ABC_PLUGIN_NAME (Results 1 – 9 of 9) sorted by relevance

/developtools/ace_ets2bundle/compiler/test/ark_compiler_ut/common/
Dcheck_import_modules.test.ts26 GEN_ABC_PLUGIN_NAME,
57 const msg = this.rollup.share.getLogger(GEN_ABC_PLUGIN_NAME).messsage;
79 const msg = this.rollup.share.getLogger(GEN_ABC_PLUGIN_NAME).messsage;
101 const msg = this.rollup.share.getLogger(GEN_ABC_PLUGIN_NAME).messsage;
123 const msg = this.rollup.share.getLogger(GEN_ABC_PLUGIN_NAME).messsage;
/developtools/ace_ets2bundle/compiler/test/ark_compiler_ut/mock/class_mock/
Dmodule_source_files_mock.ts17 import { GEN_ABC_PLUGIN_NAME } from '../../../../lib/fast_build/ark_compiler/common/ark_define';
25 this.logger = rollup.share.getLogger(GEN_ABC_PLUGIN_NAME);
/developtools/ace_ets2bundle/compiler/src/fast_build/ark_compiler/
Dcheck_import_module.ts23 GEN_ABC_PLUGIN_NAME,
41 const logger: Object = rollupObject.share.getLogger(GEN_ABC_PLUGIN_NAME);
/developtools/ace_ets2bundle/compiler/src/fast_build/ark_compiler/common/
Dcommon_mode.ts22 GEN_ABC_PLUGIN_NAME,
59 this.logger = rollupObject.share.getLogger(GEN_ABC_PLUGIN_NAME);
Dark_define.ts86 export const GEN_ABC_PLUGIN_NAME: string = 'Gen_Abc_Plugin'; constant
/developtools/ace_ets2bundle/compiler/test/ark_compiler_ut/
Dark_utils.test.ts71 import { GEN_ABC_PLUGIN_NAME } from '../../lib/fast_build/ark_compiler/common/ark_define';
308 const logger = this.rollup.share.getLogger(GEN_ABC_PLUGIN_NAME);
326 const logger = this.rollup.share.getLogger(GEN_ABC_PLUGIN_NAME);
/developtools/ace_ets2bundle/compiler/test/ark_compiler_ut/module/ohmUrl/
DohmUrl.test.ts30 import { GEN_ABC_PLUGIN_NAME } from '../../../../lib/fast_build/ark_compiler/common/ark_define';
173 const logger = this.rollup.share.getLogger(GEN_ABC_PLUGIN_NAME)
192 const logger = this.rollup.share.getLogger(GEN_ABC_PLUGIN_NAME)
890 const logger = this.rollup.share.getLogger(GEN_ABC_PLUGIN_NAME)
/developtools/ace_ets2bundle/compiler/src/fast_build/ark_compiler/module/
Dmodule_source_file.ts21 GEN_ABC_PLUGIN_NAME,
598 this.logger = rollupObject.share.getLogger(GEN_ABC_PLUGIN_NAME);
/developtools/ace_ets2bundle/compiler/test/ark_compiler_ut/module/
Dmodule_mode.test.ts36 GEN_ABC_PLUGIN_NAME
1090 const stub = sinon.stub(this.rollup.share.getLogger(GEN_ABC_PLUGIN_NAME), 'debug');
1104 const stub = sinon.stub(this.rollup.share.getLogger(GEN_ABC_PLUGIN_NAME), 'debug');
1118 const stub = sinon.stub(this.rollup.share.getLogger(GEN_ABC_PLUGIN_NAME), 'debug');
1132 const stub = sinon.stub(this.rollup.share.getLogger(GEN_ABC_PLUGIN_NAME), 'debug');