Lines Matching defs:attributes
57 PropertyAttributes attributes = PropertyAttributes::Default(false, false, false);
58 attributes.SetIsAccessor(isAccessor);
59 attributes.SetIsInlinedProps(true);
60 attributes.SetRepresentation(Representation::TAGGED);
63 attributes.SetOffset(fieldOrder);
64 layoutInfoHandle->AddKey(thread_, fieldOrder, globalConst->GetLengthString(), attributes);
70 attributes.SetOffset(fieldOrder);
72 globalConst->GetHandledNameString().GetTaggedValue(), attributes);
78 attributes.SetOffset(fieldOrder);
80 globalConst->GetPrototypeString(), attributes);