Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/stubs/
H A Druntime_stubs.h277 static inline JSTaggedValue RuntimeStOwnByName(JSThread *thread, const JSHandle<JSTaggedValue> &obj,
H A Druntime_stubs-inl.h1242 JSTaggedValue RuntimeStubs::RuntimeStOwnByName(JSThread *thread, const JSHandle<JSTaggedValue> &obj, in RuntimeStOwnByName() function in panda::ecmascript::RuntimeStubs
H A Druntime_stubs.cpp1704 return RuntimeStOwnByName(thread, obj, prop, value).GetRawData(); in DEF_RUNTIME_STUBS()
/arkcompiler/ets_runtime/ecmascript/interpreter/
H A Dslow_runtime_stub.cpp530 return RuntimeStubs::RuntimeStOwnByName(thread, objHandle, propHandle, valueHandle); in StOwnByName()

Completed in 26 milliseconds