Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/stubs/
Druntime_stubs.h303 …static inline JSTaggedValue RuntimeLdLazySendableExternalModuleVar(JSThread *thread, int32_t index,
Druntime_stubs-inl.h1425 JSTaggedValue RuntimeStubs::RuntimeLdLazySendableExternalModuleVar( in RuntimeLdLazySendableExternalModuleVar() function
Druntime_stubs.cpp1942 return RuntimeLdLazySendableExternalModuleVar(thread, index.GetInt(), jsFunc).GetRawData(); in DEF_RUNTIME_STUBS()
/arkcompiler/ets_runtime/ecmascript/interpreter/
Dslow_runtime_stub.cpp1047 return RuntimeStubs::RuntimeLdLazySendableExternalModuleVar(thread, index, thisFunc); in LdLazySendableExternalModuleVar()