Home
last modified time | relevance | path

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

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