Home
last modified time | relevance | path

Searched refs:GEN_ABC_PLUGIN_NAME (Results 1 – 6 of 6) 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,
57 this.logger = rollupObject.share.getLogger(GEN_ABC_PLUGIN_NAME);
Dark_define.ts87 export const GEN_ABC_PLUGIN_NAME: string = 'Gen_Abc_Plugin'; constant
/developtools/ace_ets2bundle/compiler/src/fast_build/ark_compiler/module/
Dmodule_source_file.ts21 GEN_ABC_PLUGIN_NAME,
462 this.logger = rollupObject.share.getLogger(GEN_ABC_PLUGIN_NAME);