Searched refs:RuntimeLdSuperByValue (Results 1 - 4 of 4) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/stubs/ |
H A D | runtime_stubs.h | 228 static inline JSTaggedValue RuntimeLdSuperByValue(JSThread *thread, const JSHandle<JSTaggedValue> &obj,
|
H A D | runtime_stubs.cpp | 1299 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 D | runtime_stubs-inl.h | 678 JSTaggedValue RuntimeStubs::RuntimeLdSuperByValue(JSThread *thread, const JSHandle<JSTaggedValue> &obj, in RuntimeLdSuperByValue() function in panda::ecmascript::RuntimeStubs
|
/arkcompiler/ets_runtime/ecmascript/interpreter/ |
H A D | slow_runtime_stub.cpp | 1066 return RuntimeStubs::RuntimeLdSuperByValue(thread, objHandle, propHandle, thisFunc); in LdSuperByValue()
|
Completed in 20 milliseconds