Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/
Decma_vm.h461 CString GetHmsModule(const CString &module) const;
Decma_vm.cpp794 CString EcmaVM::GetHmsModule(const CString &module) const in GetHmsModule() function in panda::ecmascript::EcmaVM
/arkcompiler/ets_runtime/ecmascript/module/
Djs_module_source_text.cpp104 moduleRequestName = vm->GetHmsModule(moduleRequestName); in HostResolveImportedModuleWithMerge()