Home
last modified time | relevance | path

Searched refs:sharedModuleSet (Results 1 – 3 of 3) sorted by relevance

/developtools/ace_ets2bundle/compiler/src/fast_build/ark_compiler/
Dcheck_shared_module.ts31 export const sharedModuleSet: Set<string> = new Set(); constant
45 sharedModuleSet.add(toUnixPath(filePath));
66 sharedModuleSet.clear();
/developtools/ace_ets2bundle/compiler/test/ark_compiler_ut/mock/class_mock/
Dmodule_mode_mock.ts38 import { sharedModuleSet } from '../../../../lib/fast_build/ark_compiler/check_shared_module';
146 const isSharedModule: boolean = sharedModuleSet.has(info.filePath);
/developtools/ace_ets2bundle/compiler/src/fast_build/ark_compiler/module/
Dmodule_mode.ts101 sharedModuleSet
535 const isSharedModule: boolean = sharedModuleSet.has(info.filePath);