Searched refs:PropertyBoxType (Results 1 – 7 of 7) sorted by relevance
41 enum class PropertyBoxType { enum92 …using PropertyBoxTypeField = RepresentationField::NextField<PropertyBoxType, 2>; // 2:…317 inline void SetBoxType(PropertyBoxType cellType) in SetBoxType()322 inline PropertyBoxType GetBoxType() const in GetBoxType()
223 attr.SetBoxType(PropertyBoxType::MUTABLE); in InvalidateAndReplaceEntry()
794 …PropertyBoxType cellType = value->IsUndefined() ? PropertyBoxType::UNDEFINED : PropertyBoxType::CO… in AddPropertyInternal()
177 attr.SetBoxType(PropertyBoxType::UNDEFINED); in TransitionToDictionary()
344 … EXPECT_EQ(handleDict->GetAttributes(invalidatedPosition).GetBoxType(), PropertyBoxType::MUTABLE); in HWTEST_F_L0()
786 EXPECT_EQ(resultDict->GetAttributes(resultEntry).GetBoxType(), PropertyBoxType::MUTABLE); in HWTEST_F_L0()907 EXPECT_EQ(objectOperator.GetAttr().GetBoxType(), PropertyBoxType::CONSTANT); in HWTEST_F_L0()
710 …PropertyBoxType boxType = value->IsUndefined() ? PropertyBoxType::UNDEFINED : PropertyBoxType::CON… in RuntimeStGlobalRecord()