Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/stubs/
Druntime_stubs.h334 …static inline JSTaggedValue RuntimeLdSendableLocalModuleVar(JSThread *thread, int32_t index, JSTag…
Druntime_stubs-inl.h1488 JSTaggedValue RuntimeStubs::RuntimeLdSendableLocalModuleVar(JSThread* thread, int32_t index, JSTagg… in RuntimeLdSendableLocalModuleVar() function
Druntime_stubs.cpp1923 return RuntimeLdSendableLocalModuleVar(thread, index.GetInt(), jsFunc).GetRawData(); in DEF_RUNTIME_STUBS()
/arkcompiler/ets_runtime/ecmascript/interpreter/
Dslow_runtime_stub.cpp1048 return RuntimeStubs::RuntimeLdSendableLocalModuleVar(thread, index, thisFunc); in LdSendableLocalModuleVar()