Home
last modified time | relevance | path

Searched refs:cellType (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/
Dproperty_attributes.h317 inline void SetBoxType(PropertyBoxType cellType) in SetBoxType() argument
319 PropertyBoxTypeField::Set<uint32_t>(cellType, &value_); in SetBoxType()
Dobject_operator.cpp804 …PropertyBoxType cellType = value->IsUndefined() ? PropertyBoxType::UNDEFINED : PropertyBoxType::CO… in AddPropertyInternal() local
805 attr.SetBoxType(cellType); in AddPropertyInternal()