Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/
Decma_vm.h387 mockModuleList_.emplace(it->first.c_str(), it->second.c_str()); in SetMockModuleList()
393 if (mockModuleList_.empty()) { in IsMockModule()
396 auto it = mockModuleList_.find(moduleStr); in IsMockModule()
397 if (it == mockModuleList_.end()) { in IsMockModule()
405 auto it = mockModuleList_.find(module); in GetMockModule()
406 if (it == mockModuleList_.end()) { in GetMockModule()
638 CMap<CString, CString> mockModuleList_; variable