Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/
Decma_vm.h459 bool IsHmsModule(const CString &moduleStr) const;
Decma_vm.cpp804 bool EcmaVM::IsHmsModule(const CString &moduleStr) const in IsHmsModule() function in panda::ecmascript::EcmaVM
/arkcompiler/ets_runtime/ecmascript/module/
Djs_module_source_text.cpp103 if (vm->IsHmsModule(moduleRequestName)) { in HostResolveImportedModuleWithMerge()