Home
last modified time | relevance | path

Searched refs:RuntimeGetModuleNamespace (Results 1 – 4 of 4) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/stubs/
Druntime_stubs.h594 static inline JSTaggedValue RuntimeGetModuleNamespace(JSThread *thread, int32_t index);
595 static inline JSTaggedValue RuntimeGetModuleNamespace(JSThread *thread, int32_t index,
597 … static inline JSTaggedValue RuntimeGetModuleNamespace(JSThread *thread, JSTaggedValue localName);
598 static inline JSTaggedValue RuntimeGetModuleNamespace(JSThread *thread, JSTaggedValue localName,
Druntime_stubs-inl.h1214 JSTaggedValue RuntimeStubs::RuntimeGetModuleNamespace(JSThread *thread, int32_t index) in RuntimeGetModuleNamespace() function
1219 JSTaggedValue RuntimeStubs::RuntimeGetModuleNamespace(JSThread *thread, int32_t index, in RuntimeGetModuleNamespace() function
1225 JSTaggedValue RuntimeStubs::RuntimeGetModuleNamespace(JSThread *thread, JSTaggedValue localName) in RuntimeGetModuleNamespace() function
1230 JSTaggedValue RuntimeStubs::RuntimeGetModuleNamespace(JSThread *thread, JSTaggedValue localName, in RuntimeGetModuleNamespace() function
Druntime_stubs.cpp1602 return RuntimeGetModuleNamespace(thread, index.GetInt()).GetRawData(); in DEF_RUNTIME_STUBS()
1610 return RuntimeGetModuleNamespace(thread, index.GetInt(), jsFunc).GetRawData(); in DEF_RUNTIME_STUBS()
1617 return RuntimeGetModuleNamespace(thread, localName).GetRawData(); in DEF_RUNTIME_STUBS()
/arkcompiler/ets_runtime/ecmascript/interpreter/
Dslow_runtime_stub.cpp1160 return RuntimeStubs::RuntimeGetModuleNamespace(thread, index); in GetModuleNamespace()
1165 return RuntimeStubs::RuntimeGetModuleNamespace(thread, localName); in GetModuleNamespace()