Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/stubs/
H A Druntime_stubs.h228 static inline JSTaggedValue RuntimeLdSuperByValue(JSThread *thread, const JSHandle<JSTaggedValue> &obj,
H A Druntime_stubs.cpp1299 return RuntimeLdSuperByValue(thread, obj, key, thisFunc).GetRawData(); in DEF_RUNTIME_STUBS()
1308 return RuntimeLdSuperByValue(thread, obj, key, thisFunc).GetRawData(); in DEF_RUNTIME_STUBS()
H A Druntime_stubs-inl.h678 JSTaggedValue RuntimeStubs::RuntimeLdSuperByValue(JSThread *thread, const JSHandle<JSTaggedValue> &obj, in RuntimeLdSuperByValue() function in panda::ecmascript::RuntimeStubs
/arkcompiler/ets_runtime/ecmascript/interpreter/
H A Dslow_runtime_stub.cpp1066 return RuntimeStubs::RuntimeLdSuperByValue(thread, objHandle, propHandle, thisFunc); in LdSuperByValue()

Completed in 20 milliseconds