Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/stubs/
Druntime_stubs.h609 static inline JSTaggedValue RuntimeLdExternalModuleVar(JSThread *thread, int32_t index);
610 static inline JSTaggedValue RuntimeLdExternalModuleVar(JSThread *thread, int32_t index,
Druntime_stubs-inl.h1268 JSTaggedValue RuntimeStubs::RuntimeLdExternalModuleVar(JSThread *thread, int32_t index) in RuntimeLdExternalModuleVar() function
1273 JSTaggedValue RuntimeStubs::RuntimeLdExternalModuleVar(JSThread *thread, int32_t index, JSTaggedVal… in RuntimeLdExternalModuleVar() function
Druntime_stubs.cpp1659 return RuntimeLdExternalModuleVar(thread, index.GetInt()).GetRawData(); in DEF_RUNTIME_STUBS()
1675 return RuntimeLdExternalModuleVar(thread, index.GetInt(), jsFunc).GetRawData(); in DEF_RUNTIME_STUBS()
/arkcompiler/ets_runtime/ecmascript/interpreter/
Dslow_runtime_stub.cpp689 return RuntimeStubs::RuntimeLdExternalModuleVar(thread, index); in LdExternalModuleVar()