Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/
Djs_object.h779 … static bool SetPropertyForDataDescriptor(ObjectOperator *op, const JSHandle<JSTaggedValue> &value,
Djs_object.cpp859 bool JSObject::SetPropertyForDataDescriptor(ObjectOperator *op, const JSHandle<JSTaggedValue> &valu… in SetPropertyForDataDescriptor() function in panda::ecmascript::JSObject
965 return SetPropertyForDataDescriptor(op, value, receiver, mayThrow, isInternalAccessor); in SetProperty()