Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/stubs/
Druntime_stubs.h330 … static inline JSTaggedValue RuntimeLdExternalModuleVarWithModule(JSThread *thread, int32_t index,
Druntime_stubs-inl.h1470 inline JSTaggedValue RuntimeStubs::RuntimeLdExternalModuleVarWithModule(JSThread* thread, int32_t i… in RuntimeLdExternalModuleVarWithModule() function
Druntime_stubs.cpp1907 return RuntimeLdExternalModuleVarWithModule(thread, index.GetInt(), module).GetRawData(); in DEF_RUNTIME_STUBS()