Home
last modified time | relevance | path

Searched refs:PropertyBoxType (Results 1 - 9 of 9) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/
H A Dproperty_attributes.h52 enum class PropertyBoxType { class in panda::ecmascript::TrackType
146 using PropertyBoxTypeField = DictModeStartField::NextField<PropertyBoxType, 2>; // 2: 2 bits, 8-9
404 inline void SetBoxType(PropertyBoxType cellType) in SetBoxType()
409 inline PropertyBoxType GetBoxType() const in GetBoxType()
H A Dglobal_dictionary-inl.h237 attr.SetBoxType(PropertyBoxType::MUTABLE); in InvalidateAndReplaceEntry()
H A Dobject_operator.cpp1046 PropertyBoxType cellType = value->IsUndefined() ? PropertyBoxType::UNDEFINED : PropertyBoxType::CONSTANT; in AddPropertyInternal()
H A Djs_hclass.cpp1633 attr.SetBoxType(PropertyBoxType::UNDEFINED); in CreateSDictLayout()
H A Djs_object.cpp202 attr.SetBoxType(PropertyBoxType::UNDEFINED); in TransitionToDictionary()
/arkcompiler/ets_runtime/ecmascript/tests/
H A Dobject_operator_third_test.cpp110 EXPECT_EQ(resultDict->GetAttributes(resultEntry).GetBoxType(), PropertyBoxType::MUTABLE); in HWTEST_F_L0()
231 EXPECT_EQ(objectOperator.GetAttr().GetBoxType(), PropertyBoxType::CONSTANT); in HWTEST_F_L0()
H A Dglobal_dictionary_test.cpp320 EXPECT_EQ(handleDict->GetAttributes(invalidatedPosition).GetBoxType(), PropertyBoxType::MUTABLE); in HWTEST_F_L0()
/arkcompiler/ets_runtime/ecmascript/jspandafile/
H A Dclass_info_extractor.cpp941 attributes.SetBoxType(PropertyBoxType::UNDEFINED); in AddFieldTypeToDict()
1064 attr.SetBoxType(PropertyBoxType::UNDEFINED); in DefineSendableInstanceHClass()
/arkcompiler/ets_runtime/ecmascript/stubs/
H A Druntime_stubs-inl.h806 PropertyBoxType boxType = value->IsUndefined() ? PropertyBoxType::UNDEFINED : PropertyBoxType::CONSTANT; in RuntimeStGlobalRecord()

Completed in 22 milliseconds