Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/module/
Djs_shared_module_manager.h45 JSTaggedValue GetSendableModuleValue(JSThread *thread, int32_t index, JSTaggedValue jsFunc);
Djs_shared_module_manager.cpp43 JSTaggedValue SharedModuleManager::GetSendableModuleValue(JSThread *thread, int32_t index, JSTagged… in GetSendableModuleValue() function in panda::ecmascript::SharedModuleManager
/arkcompiler/ets_runtime/ecmascript/stubs/
Druntime_stubs-inl.h1412 return SharedModuleManager::GetInstance()->GetSendableModuleValue(thread, index, jsFunc); in RuntimeLdSendableExternalModuleVar()