Searched refs:RuntimeStSuperByValue (Results 1 - 4 of 4) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/stubs/ |
H A D | runtime_stubs.h | 230 static inline JSTaggedValue RuntimeStSuperByValue(JSThread *thread, const JSHandle<JSTaggedValue> &obj,
|
H A D | runtime_stubs.cpp | 1319 return RuntimeStSuperByValue(thread, obj, key, value, thisFunc).GetRawData(); in DEF_RUNTIME_STUBS() 1329 return RuntimeStSuperByValue(thread, obj, key, value, thisFunc).GetRawData(); in DEF_RUNTIME_STUBS()
|
H A D | runtime_stubs-inl.h | 696 JSTaggedValue RuntimeStubs::RuntimeStSuperByValue(JSThread *thread, const JSHandle<JSTaggedValue> &obj, in RuntimeStSuperByValue() function in panda::ecmascript::RuntimeStubs
|
/arkcompiler/ets_runtime/ecmascript/interpreter/ |
H A D | slow_runtime_stub.cpp | 1078 return RuntimeStubs::RuntimeStSuperByValue(thread, objHandle, propHandle, valueHandle, thisFunc); in StSuperByValue()
|
Completed in 18 milliseconds