Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/stubs/
H A Druntime_stubs.h230 static inline JSTaggedValue RuntimeStSuperByValue(JSThread *thread, const JSHandle<JSTaggedValue> &obj,
H A Druntime_stubs.cpp1319 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 Druntime_stubs-inl.h696 JSTaggedValue RuntimeStubs::RuntimeStSuperByValue(JSThread *thread, const JSHandle<JSTaggedValue> &obj, in RuntimeStSuperByValue() function in panda::ecmascript::RuntimeStubs
/arkcompiler/ets_runtime/ecmascript/interpreter/
H A Dslow_runtime_stub.cpp1078 return RuntimeStubs::RuntimeStSuperByValue(thread, objHandle, propHandle, valueHandle, thisFunc); in StSuperByValue()

Completed in 18 milliseconds