Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/module/
Djs_shared_module_manager.h49 JSTaggedValue GetLazySendableModuleValue(JSThread *thread, int32_t index, JSTaggedValue jsFunc);
Djs_shared_module_manager.cpp77 JSTaggedValue SharedModuleManager::GetLazySendableModuleValue(JSThread *thread, int32_t index, JSTa… in GetLazySendableModuleValue() function in panda::ecmascript::SharedModuleManager
/arkcompiler/ets_runtime/ecmascript/stubs/
Druntime_stubs-inl.h1428 return SharedModuleManager::GetInstance()->GetLazySendableModuleValue(thread, index, jsFunc); in RuntimeLdLazySendableExternalModuleVar()