Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/stubs/
Druntime_stubs.h492 static inline JSTaggedValue RuntimeGetModuleNamespace(JSThread *thread, int32_t index);
493 static inline JSTaggedValue RuntimeGetModuleNamespace(JSThread *thread, int32_t index,
495 … static inline JSTaggedValue RuntimeGetModuleNamespace(JSThread *thread, JSTaggedValue localName);
496 static inline JSTaggedValue RuntimeGetModuleNamespace(JSThread *thread, JSTaggedValue localName,
Druntime_stubs-inl.h1106 JSTaggedValue RuntimeStubs::RuntimeGetModuleNamespace(JSThread *thread, int32_t index) in RuntimeGetModuleNamespace() function
1111 JSTaggedValue RuntimeStubs::RuntimeGetModuleNamespace(JSThread *thread, int32_t index, in RuntimeGetModuleNamespace() function
1117 JSTaggedValue RuntimeStubs::RuntimeGetModuleNamespace(JSThread *thread, JSTaggedValue localName) in RuntimeGetModuleNamespace() function
1122 JSTaggedValue RuntimeStubs::RuntimeGetModuleNamespace(JSThread *thread, JSTaggedValue localName, in RuntimeGetModuleNamespace() function
Druntime_stubs.cpp1169 return RuntimeGetModuleNamespace(thread, index.GetInt()).GetRawData(); in DEF_RUNTIME_STUBS()
1177 return RuntimeGetModuleNamespace(thread, index.GetInt(), jsFunc).GetRawData(); in DEF_RUNTIME_STUBS()
1184 return RuntimeGetModuleNamespace(thread, localName).GetRawData(); in DEF_RUNTIME_STUBS()
/arkcompiler/ets_runtime/ecmascript/interpreter/
Dslow_runtime_stub.cpp1127 return RuntimeStubs::RuntimeGetModuleNamespace(thread, index); in GetModuleNamespace()
1132 return RuntimeStubs::RuntimeGetModuleNamespace(thread, localName); in GetModuleNamespace()