Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/
Dproperty_attributes.h92 …using PropertyBoxTypeField = RepresentationField::NextField<PropertyBoxType, 2>; // 2:… variable
93 …using DictionaryOrderField = PropertyBoxTypeField::NextField<uint32_t, DICTIONARY_ORDER_NUM>; // …
319 PropertyBoxTypeField::Set<uint32_t>(cellType, &value_); in SetBoxType()
324 return PropertyBoxTypeField::Get(value_); in GetBoxType()