Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/
H A Dproperty_attributes.h404 inline void SetBoxType(PropertyBoxType cellType) in SetBoxType() argument
406 PropertyBoxTypeField::Set<uint64_t>(cellType, &value_); in SetBoxType()
H A Dobject_operator.cpp1046 PropertyBoxType cellType = value->IsUndefined() ? PropertyBoxType::UNDEFINED : PropertyBoxType::CONSTANT; in AddPropertyInternal() local
1047 attr.SetBoxType(cellType); in AddPropertyInternal()

Completed in 4 milliseconds