Home
last modified time | relevance | path

Searched refs:IsInternal (Results 1 – 5 of 5) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/tests/
Daccessor_data_test.cpp86 HWTEST_F_L0(AccessorDataTest, IsInternal) in HWTEST_F_L0() argument
90 EXPECT_EQ(accHandle->IsInternal(), false); in HWTEST_F_L0()
95 EXPECT_EQ(internalAccHancle->IsInternal(), true); in HWTEST_F_L0()
103 EXPECT_EQ(acc->IsInternal(), false); in HWTEST_F_L0()
109 EXPECT_EQ(internalAcc->IsInternal(), true); in HWTEST_F_L0()
/arkcompiler/ets_runtime/ecmascript/
Daccessor_data.h39 inline bool IsInternal() const in IsInternal() function
Dobject_operator.cpp200 ASSERT(!accessor->IsInternal()); in FastGetValue()
236 if (UNLIKELY(accessor->IsInternal())) { in ToPropertyDescriptor()
435 && AccessorData::Cast(valueAccessor.GetTaggedObject())->IsInternal(); in UpdateValueAndDetails()
587 if (!accessor->IsInternal() || !accessor->HasSetter()) { in WriteDataProperty()
625 … (IsAccessorDescriptor() && !JSHandle<AccessorData>(thread_, valueAccessor)->IsInternal()) ? in WriteDataProperty()
Dobject_fast_operator-inl.h556 if (UNLIKELY(accessor->IsInternal())) { in CallGetter()
582 if (!AccessorData::Cast(accessorValue.GetTaggedObject())->IsInternal()) { in ShouldCallSetter()
Djs_object.cpp699 isInternalAccessor = AccessorData::Cast(ret.GetTaggedObject())->IsInternal(); in SetProperty()
793 if (UNLIKELY(accessor.IsInternal())) { in CallSetter()
920 if (UNLIKELY(accessor->IsInternal())) { in GetProperty()