Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/
Decma_vm.h478 inline CString GetMockModule(const CString &module) const in GetMockModule() function
/arkcompiler/ets_runtime/ecmascript/napi/test/
Djsnapi_second_tests.cpp884 ASSERT_EQ(std::string(vm_->GetMockModule("10")), "20"); in HWTEST_F_L0()
/arkcompiler/ets_runtime/ecmascript/module/
Djs_module_source_text.cpp2163 return vm->GetMockModule(requestName); in ReplaceModuleThroughFeature()