Searched refs:GetSendableModuleValueImpl (Results 1 – 3 of 3) sorted by relevance
47 …JSTaggedValue GetSendableModuleValueImpl(JSThread *thread, int32_t index, JSTaggedValue currentMod…
46 return GetSendableModuleValueImpl(thread, index, currentModule); in GetSendableModuleValue()49 JSTaggedValue SharedModuleManager::GetSendableModuleValueImpl( in GetSendableModuleValueImpl() function in panda::ecmascript::SharedModuleManager
1523 HWTEST_F_L0(EcmaModuleTest, GetSendableModuleValueImpl) { in HWTEST_F_L0() argument1529 manager1->GetSendableModuleValueImpl(thread, index, currentModule1); in HWTEST_F_L0()1539 manager2->GetSendableModuleValueImpl(thread, index, currentModule2); in HWTEST_F_L0()