Home
last modified time | relevance | path

Searched refs:RuntimeLdGlobalVarFromProto (Results 1 - 4 of 4) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/stubs/
H A Druntime_stubs.h332 static inline JSTaggedValue RuntimeLdGlobalVarFromProto(JSThread *thread, const JSHandle<JSTaggedValue> &globalObj,
H A Druntime_stubs-inl.h1722 JSTaggedValue RuntimeStubs::RuntimeLdGlobalVarFromProto(JSThread *thread, const JSHandle<JSTaggedValue> &globalObj, in RuntimeLdGlobalVarFromProto() function in panda::ecmascript::RuntimeStubs
H A Druntime_stubs.cpp2132 return RuntimeLdGlobalVarFromProto(thread, global, prop).GetRawData(); in DEF_RUNTIME_STUBS()
/arkcompiler/ets_runtime/ecmascript/interpreter/
H A Dslow_runtime_stub.cpp875 return RuntimeStubs::RuntimeLdGlobalVarFromProto(thread, objHandle, propHandle); // After checked global itself. in LdGlobalVarFromGlobalProto()

Completed in 21 milliseconds