Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/stubs/
Druntime_stubs.h332 static inline JSTaggedValue RuntimeLdSendableExternalModuleVar(JSThread *thread, int32_t index,
Druntime_stubs-inl.h1483 JSTaggedValue RuntimeStubs::RuntimeLdSendableExternalModuleVar(JSThread *thread, int32_t index, JST… in RuntimeLdSendableExternalModuleVar() function
Druntime_stubs.cpp1915 return RuntimeLdSendableExternalModuleVar(thread, index.GetInt(), jsFunc).GetRawData(); in DEF_RUNTIME_STUBS()
/arkcompiler/ets_runtime/ecmascript/interpreter/
Dslow_runtime_stub.cpp1040 return RuntimeStubs::RuntimeLdSendableExternalModuleVar(thread, index, thisFunc); in LdSendableExternalModuleVar()