Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/module/
Djs_shared_module_manager.h47 …JSTaggedValue GetSendableModuleValueImpl(JSThread *thread, int32_t index, JSTaggedValue currentMod…
Djs_shared_module_manager.cpp46 return GetSendableModuleValueImpl(thread, index, currentModule); in GetSendableModuleValue()
49 JSTaggedValue SharedModuleManager::GetSendableModuleValueImpl( in GetSendableModuleValueImpl() function in panda::ecmascript::SharedModuleManager
/arkcompiler/ets_runtime/ecmascript/module/tests/
Decma_module_test.cpp1469 HWTEST_F_L0(EcmaModuleTest, GetSendableModuleValueImpl) { in HWTEST_F_L0() argument
1475 manager1->GetSendableModuleValueImpl(thread, index, currentModule1); in HWTEST_F_L0()
1485 manager2->GetSendableModuleValueImpl(thread, index, currentModule2); in HWTEST_F_L0()