Home
last modified time | relevance | path

Searched refs:RuntimeStOwnByValueWithNameSet (Results 1 – 4 of 4) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/stubs/
Druntime_stubs.h484 …static inline JSTaggedValue RuntimeStOwnByValueWithNameSet(JSThread *thread, const JSHandle<JSTagg…
Druntime_stubs.cpp1086 return RuntimeStOwnByValueWithNameSet(thread, obj, prop, value).GetRawData(); in DEF_RUNTIME_STUBS()
1104 return RuntimeStOwnByValueWithNameSet(thread, obj, prop, value).GetRawData(); in DEF_RUNTIME_STUBS()
Druntime_stubs-inl.h969 JSTaggedValue RuntimeStubs::RuntimeStOwnByValueWithNameSet(JSThread *thread, const JSHandle<JSTagge… in RuntimeStOwnByValueWithNameSet() function
/arkcompiler/ets_runtime/ecmascript/interpreter/
Dslow_runtime_stub.cpp593 return RuntimeStubs::RuntimeStOwnByValueWithNameSet(thread, objHandle, keyHandle, valueHandle); in StOwnByValueWithNameSet()