Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/stubs/
Druntime_stubs.h325 static inline JSTaggedValue RuntimeLdLocalModuleVarWithModule(JSThread *thread, int32_t index,
Druntime_stubs-inl.h1448 inline JSTaggedValue RuntimeStubs::RuntimeLdLocalModuleVarWithModule(JSThread* thread, int32_t inde… in RuntimeLdLocalModuleVarWithModule() function
Druntime_stubs.cpp1892 return RuntimeLdLocalModuleVarWithModule(thread, index.GetInt(), module).GetRawData(); in DEF_RUNTIME_STUBS()