Home
last modified time | relevance | path

Searched refs:getNativeModuleEntryInfo (Results 1 – 2 of 2) sorted by relevance

/developtools/ace_ets2bundle/compiler/src/fast_build/ark_compiler/module/
Dmodule_mode.ts334 this.getNativeModuleEntryInfo(pkgEntryInfos);
374 private getNativeModuleEntryInfo(pkgEntryInfos: Map<String, PackageEntryInfo>): void { method in ModuleMode
/developtools/ace_ets2bundle/compiler/src/interop/src/fast_build/ark_compiler/module/
Dmodule_mode.ts362 this.getNativeModuleEntryInfo(pkgEntryInfos);
402 private getNativeModuleEntryInfo(pkgEntryInfos: Map<String, PackageEntryInfo>): void { method in ModuleMode