Home
last modified time | relevance | path

Searched refs:PropertyBoxType (Results 1 – 7 of 7) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/
Dproperty_attributes.h41 enum class PropertyBoxType { enum
92 …using PropertyBoxTypeField = RepresentationField::NextField<PropertyBoxType, 2>; // 2:…
317 inline void SetBoxType(PropertyBoxType cellType) in SetBoxType()
322 inline PropertyBoxType GetBoxType() const in GetBoxType()
Dglobal_dictionary-inl.h223 attr.SetBoxType(PropertyBoxType::MUTABLE); in InvalidateAndReplaceEntry()
Dobject_operator.cpp794PropertyBoxType cellType = value->IsUndefined() ? PropertyBoxType::UNDEFINED : PropertyBoxType::CO… in AddPropertyInternal()
Djs_object.cpp177 attr.SetBoxType(PropertyBoxType::UNDEFINED); in TransitionToDictionary()
/arkcompiler/ets_runtime/ecmascript/tests/
Dglobal_dictionary_test.cpp344 … EXPECT_EQ(handleDict->GetAttributes(invalidatedPosition).GetBoxType(), PropertyBoxType::MUTABLE); in HWTEST_F_L0()
Dobject_operator_test.cpp786 EXPECT_EQ(resultDict->GetAttributes(resultEntry).GetBoxType(), PropertyBoxType::MUTABLE); in HWTEST_F_L0()
907 EXPECT_EQ(objectOperator.GetAttr().GetBoxType(), PropertyBoxType::CONSTANT); in HWTEST_F_L0()
/arkcompiler/ets_runtime/ecmascript/stubs/
Druntime_stubs-inl.h710PropertyBoxType boxType = value->IsUndefined() ? PropertyBoxType::UNDEFINED : PropertyBoxType::CON… in RuntimeStGlobalRecord()