Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/
Decma_vm.h403 inline CString GetMockModule(const CString &module) const in GetMockModule() function
/arkcompiler/ets_runtime/ecmascript/napi/test/
Djsnapi_second_tests.cpp872 ASSERT_EQ(std::string(vm_->GetMockModule("10")), "20"); in HWTEST_F_L0()
/arkcompiler/ets_runtime/ecmascript/module/
Djs_module_source_text.cpp94 moduleRequestName = vm->GetMockModule(moduleRequestName); in HostResolveImportedModuleWithMerge()