Searched refs:RuntimeStOwnByName (Results 1 - 4 of 4) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/stubs/ |
H A D | runtime_stubs.h | 277 static inline JSTaggedValue RuntimeStOwnByName(JSThread *thread, const JSHandle<JSTaggedValue> &obj,
|
H A D | runtime_stubs-inl.h | 1242 JSTaggedValue RuntimeStubs::RuntimeStOwnByName(JSThread *thread, const JSHandle<JSTaggedValue> &obj, in RuntimeStOwnByName() function in panda::ecmascript::RuntimeStubs
|
H A D | runtime_stubs.cpp | 1704 return RuntimeStOwnByName(thread, obj, prop, value).GetRawData(); in DEF_RUNTIME_STUBS()
|
/arkcompiler/ets_runtime/ecmascript/interpreter/ |
H A D | slow_runtime_stub.cpp | 530 return RuntimeStubs::RuntimeStOwnByName(thread, objHandle, propHandle, valueHandle); in StOwnByName()
|
Completed in 26 milliseconds