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