Home
last modified time | relevance | path

Searched refs:SetPropertyForDataDescriptorProxy (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/
Djs_object.h781 static bool SetPropertyForDataDescriptorProxy(JSThread *thread, ObjectOperator *op,
Djs_object.cpp829 bool JSObject::SetPropertyForDataDescriptorProxy(JSThread *thread, ObjectOperator *op, in SetPropertyForDataDescriptorProxy() function in panda::ecmascript::JSObject
886 return SetPropertyForDataDescriptorProxy(thread, op, value, receiver); in SetPropertyForDataDescriptor()