Lines Matching defs:attributes
599 PropertyAttributes attributes = properties->GetAttributes(indexOrder[i]);
601 attributes.SetIsInlinedProps(true);
603 attributes.SetIsInlinedProps(false);
605 attributes.SetOffset(i);
606 layoutInfoHandle->AddKey(thread, i, key, attributes);
1279 PropertyAttributes attributes = PropertyAttributes::Default();
1280 if (handler.SetAttribute(thread, attributes)) {
1283 attributes.SetIsInlinedProps(true);
1284 attributes.SetOffset(index);
1285 layout->AddKey(thread, index, key.GetTaggedValue(), attributes);
1312 PropertyAttributes attributes = PropertyAttributes::Default();
1313 if (handler.SetAttribute(thread, attributes)) {
1316 attributes.SetIsInlinedProps(true);
1317 attributes.SetOffset(index++);
1318 auto rep = attributes.GetRepresentation();
1320 JSHandle<JSHClass> child = SetPropertyOfObjHClass(thread, hclass, key, attributes, rep);
1354 PropertyAttributes attributes = PropertyAttributes::Default();
1355 if (handler.SetAttribute(thread, attributes)) {
1358 attributes.SetOffset(offset);
1359 attributes.SetIsInlinedProps(true);
1360 layoutInfoHandle->AddKey(thread, offset, key.GetTaggedValue(), attributes);
1362 AddTransitions(thread, parent, newJsHClass, key, attributes);