Home
last modified time | relevance | path

Searched refs:IsAccessorDescriptor (Results 1 – 9 of 9) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/
Dobject_operator.cpp196 if (!IsAccessorDescriptor()) { in FastGetValue()
224 if (!IsAccessorDescriptor()) { in ToPropertyDescriptor()
436 bool isInternalAccessor = IsAccessorDescriptor() in UpdateValueAndDetails()
575 if (!desc.IsAccessorDescriptor()) { in WriteDataProperty()
587 if (IsAccessorDescriptor()) { in WriteDataProperty()
605 if (IsAccessorDescriptor() && !IsElement()) { in WriteDataProperty()
635 … (IsAccessorDescriptor() && !JSHandle<AccessorData>(thread_, valueAccessor)->IsInternal()) ? in WriteDataProperty()
646 if (!IsAccessorDescriptor()) { in WriteDataProperty()
853 ASSERT(IsAccessorDescriptor()); in DefineSetter()
861 ASSERT(IsAccessorDescriptor()); in DefineGetter()
Djs_object.cpp51 if (desc.IsAccessorDescriptor()) { in PropertyAttributes()
697 if (op->IsAccessorDescriptor()) { in SetProperty()
703 if (!op->IsAccessorDescriptor() || isInternalAccessor) { in SetProperty()
730 if (existDesc.IsAccessorDescriptor()) { in SetProperty()
749 if (op->IsAccessorDescriptor()) { in SetProperty()
758 if (op->IsAccessorDescriptor() && !isInternalAccessor) { in SetProperty()
788 ASSERT(op->IsAccessorDescriptor()); in SetProperty()
918 if (!op->IsAccessorDescriptor()) { in GetProperty()
1062 if (!desc.IsAccessorDescriptor()) { in ValidateAndApplyPropertyDescriptor()
1498 … PropertyDescriptor desc = currentDesc.IsAccessorDescriptor() ? descNoConf : descNoConfWrite; in SetIntegrityLevel()
[all …]
Dobject_operator.h168 inline bool IsAccessorDescriptor() const in IsAccessorDescriptor() function
Djs_object.h182 inline bool IsAccessorDescriptor() const in IsAccessorDescriptor() function
197 return !IsAccessorDescriptor() && !IsDataDescriptor(); in IsGenericDescriptor()
Djs_proxy.cpp594 if (targetDesc.IsAccessorDescriptor() && !targetDesc.IsConfigurable() && in GetProperty()
671 if (targetDesc.IsAccessorDescriptor() && !targetDesc.IsConfigurable() && in SetProperty()
Djs_typed_array.cpp181 if (desc.IsAccessorDescriptor()) { in DefineOwnProperty()
/arkcompiler/ets_runtime/ecmascript/ic/
Dic_handler.h114 bool hasAccessor = op.IsAccessorDescriptor(); in LoadProperty()
161 bool hasSetter = op.IsAccessorDescriptor(); in StoreProperty()
/arkcompiler/ets_runtime/ecmascript/module/
Djs_module_namespace.cpp178 if (desc.IsAccessorDescriptor()) { in DefineOwnProperty()
/arkcompiler/ets_runtime/ecmascript/builtins/tests/
Dbuiltins_lazy_test.cpp92 ASSERT_FALSE(desc.IsAccessorDescriptor()); in HWTEST_F_L0()