Home
last modified time | relevance | path

Searched refs:IsDataDescriptor (Results 1 – 4 of 4) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/
Djs_arguments.cpp36 …if (desc.IsDataDescriptor() && JSTaggedValue::SameValue(key.GetTaggedValue(), caller.GetTaggedValu… in GetOwnProperty()
Djs_proxy.cpp450 … if (targetDesc.IsDataDescriptor() && !targetDesc.IsConfigurable() && targetDesc.IsWritable() && in DefineOwnProperty()
569 … if (targetDesc.IsDataDescriptor() && !targetDesc.IsConfigurable() && !targetDesc.IsWritable()) { in GetProperty()
641 … if (targetDesc.IsDataDescriptor() && !targetDesc.IsConfigurable() && !targetDesc.IsWritable()) { in SetProperty()
Djs_object.h218 inline bool IsDataDescriptor() const in IsDataDescriptor() function
227 return !IsAccessorDescriptor() && !IsDataDescriptor(); in IsGenericDescriptor()
Djs_object.cpp1328 } else if (current.IsDataDescriptor() != desc.IsDataDescriptor()) { in ValidateAndApplyPropertyDescriptor()
1334 if (current.IsDataDescriptor()) { in ValidateAndApplyPropertyDescriptor()
1344 } else if (current.IsDataDescriptor() && desc.IsDataDescriptor()) { in ValidateAndApplyPropertyDescriptor()
1800 currentDesc.IsDataDescriptor() && currentDesc.IsWritable()) { in TestIntegrityLevel()