Searched refs:RuntimeLdExternalModuleVarWithModule (Results 1 – 3 of 3) sorted by relevance
301 … static inline JSTaggedValue RuntimeLdExternalModuleVarWithModule(JSThread *thread, int32_t index,
1417 inline JSTaggedValue RuntimeStubs::RuntimeLdExternalModuleVarWithModule(JSThread* thread, int32_t i… in RuntimeLdExternalModuleVarWithModule() function
1889 return RuntimeLdExternalModuleVarWithModule(thread, index.GetInt(), module).GetRawData(); in DEF_RUNTIME_STUBS()