Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/stubs/
H A Druntime_stubs.h198 static inline JSTaggedValue RuntimeDelObjProp(JSThread *thread, const JSHandle<JSTaggedValue> &obj,
H A Druntime_stubs-inl.h322 JSTaggedValue RuntimeStubs::RuntimeDelObjProp(JSThread *thread, const JSHandle<JSTaggedValue> &obj, in RuntimeDelObjProp() function in panda::ecmascript::RuntimeStubs
H A Druntime_stubs.cpp1130 return RuntimeDelObjProp(thread, obj, prop).GetRawData(); in DEF_RUNTIME_STUBS()
/arkcompiler/ets_runtime/ecmascript/interpreter/
H A Dslow_runtime_stub.cpp314 return RuntimeStubs::RuntimeDelObjProp(thread, objHandle, propHandle); in DelObjProp()

Completed in 19 milliseconds