Searched refs:RuntimeLdLocalModuleVarWithModule (Results 1 – 3 of 3) sorted by relevance
325 static inline JSTaggedValue RuntimeLdLocalModuleVarWithModule(JSThread *thread, int32_t index,
1448 inline JSTaggedValue RuntimeStubs::RuntimeLdLocalModuleVarWithModule(JSThread* thread, int32_t inde… in RuntimeLdLocalModuleVarWithModule() function
1892 return RuntimeLdLocalModuleVarWithModule(thread, index.GetInt(), module).GetRawData(); in DEF_RUNTIME_STUBS()