Lines Matching defs:attributes
420 PropertyAttributes attributes = PropertyAttributes::Default(false, false, false);
421 attributes.SetIsInlinedProps(true);
422 attributes.SetRepresentation(Representation::TAGGED);
427 attributes.SetOffset(index);
428 attributes.SetIsAccessor(each.second);
430 layout->AddKey(thread_, index++, keyString.GetTaggedValue(), attributes);
446 PropertyAttributes attributes = PropertyAttributes::Default(false, false, false);
447 attributes.SetIsInlinedProps(true);
448 attributes.SetRepresentation(Representation::TAGGED);
453 attributes.SetOffset(index);
454 attributes.SetIsAccessor(each.second);
456 layout->AddKey(thread_, index++, keyString.GetTaggedValue(), attributes);
468 PropertyAttributes attributes = PropertyAttributes::Default(false, false, false);
469 attributes.SetIsInlinedProps(true);
470 attributes.SetRepresentation(Representation::TAGGED);
475 attributes.SetOffset(index);
476 attributes.SetIsAccessor(each.GetIsAccessor());
478 layout->AddKey(thread_, index++, keyString.GetTaggedValue(), attributes);
492 PropertyAttributes attributes = PropertyAttributes::Default(false, false, false);
493 attributes.SetIsInlinedProps(true);
494 attributes.SetRepresentation(Representation::TAGGED);
500 attributes.SetOffset(index);
501 attributes.SetIsAccessor(isAccessor);
507 layout->AddKey(thread_, index++, keyString.GetTaggedValue(), attributes);
521 PropertyAttributes attributes = PropertyAttributes::Default(false, false, false);
522 attributes.SetIsInlinedProps(true);
523 attributes.SetRepresentation(Representation::TAGGED);
529 attributes.SetOffset(index);
530 attributes.SetIsAccessor(isAccessor);
536 layout->AddKey(thread_, index++, keyString.GetTaggedValue(), attributes);
550 PropertyAttributes attributes = PropertyAttributes::Default(false, false, false);
551 attributes.SetIsInlinedProps(true);
552 attributes.SetRepresentation(Representation::TAGGED);
558 attributes.SetOffset(index);
559 attributes.SetIsAccessor(isAccessor);
565 layout->AddKey(thread_, index++, keyString.GetTaggedValue(), attributes);
579 PropertyAttributes attributes = PropertyAttributes::Default(false, false, false);
580 attributes.SetIsInlinedProps(true);
581 attributes.SetRepresentation(Representation::TAGGED);
587 attributes.SetOffset(index);
588 attributes.SetIsAccessor(each.GetIsAccessor());
594 layout->AddKey(thread_, index++, keyString.GetTaggedValue(), attributes);
607 PropertyAttributes attributes = PropertyAttributes::Default(false, false, false);
608 attributes.SetIsInlinedProps(true);
609 attributes.SetRepresentation(Representation::TAGGED);
616 attributes.SetOffset(index);
617 attributes.SetIsAccessor(isAccessor);
623 layout->AddKey(thread_, index++, keyString.GetTaggedValue(), attributes);
636 PropertyAttributes attributes = PropertyAttributes::Default(false, false, false);
637 attributes.SetIsInlinedProps(true);
638 attributes.SetRepresentation(Representation::TAGGED);
645 attributes.SetOffset(index);
646 attributes.SetIsAccessor(isAccessor);
654 layout->AddKey(thread_, index++, keyString.GetTaggedValue(), attributes);
667 PropertyAttributes attributes = PropertyAttributes::Default(false, false, false);
668 attributes.SetIsInlinedProps(true);
669 attributes.SetRepresentation(Representation::TAGGED);
676 attributes.SetOffset(index);
677 attributes.SetIsAccessor(isAccessor);
685 layout->AddKey(thread_, index++, keyString.GetTaggedValue(), attributes);
698 PropertyAttributes attributes = PropertyAttributes::Default(false, false, false);
699 attributes.SetIsInlinedProps(true);
700 attributes.SetRepresentation(Representation::TAGGED);
707 attributes.SetOffset(index);
708 attributes.SetIsAccessor(isAccessor);
716 layout->AddKey(thread_, index++, keyString.GetTaggedValue(), attributes);
729 PropertyAttributes attributes = PropertyAttributes::Default(false, false, false);
730 attributes.SetIsInlinedProps(true);
731 attributes.SetRepresentation(Representation::TAGGED);
738 attributes.SetOffset(index);
739 attributes.SetIsAccessor(isAccessor);
745 layout->AddKey(thread_, index++, keyString.GetTaggedValue(), attributes);
870 // Symbol attributes with detectors
910 PropertyAttributes attributes = PropertyAttributes::DefaultAccessor(true, false, false);
911 attributes.SetIsInlinedProps(true);
912 attributes.SetRepresentation(Representation::TAGGED);
913 layout->AddKey(thread_, 0, thread_->GlobalConstants()->GetHandledLengthString().GetTaggedValue(), attributes);
1109 PropertyAttributes attributes = PropertyAttributes::Default(false, false, false);
1110 attributes.SetIsInlinedProps(true);
1111 attributes.SetRepresentation(Representation::TAGGED);
1118 attributes.SetOffset(index);
1119 attributes.SetIsAccessor(isAccessor);
1127 layout->AddKey(thread_, index++, keyString.GetTaggedValue(), attributes);
1140 PropertyAttributes attributes = PropertyAttributes::Default(false, false, false);
1141 attributes.SetIsInlinedProps(true);
1142 attributes.SetRepresentation(Representation::TAGGED);
1148 attributes.SetOffset(index);
1149 attributes.SetIsAccessor(isAccessor);
1155 layout->AddKey(thread_, index++, keyString.GetTaggedValue(), attributes);
1168 PropertyAttributes attributes = PropertyAttributes::Default(false, false, false);
1169 attributes.SetIsInlinedProps(true);
1170 attributes.SetRepresentation(Representation::TAGGED);
1176 attributes.SetOffset(index);
1177 attributes.SetIsAccessor(isAccessor);
1179 layout->AddKey(thread_, index++, keyString.GetTaggedValue(), attributes);
1192 PropertyAttributes attributes = PropertyAttributes::Default(false, false, false);
1193 attributes.SetIsInlinedProps(true);
1194 attributes.SetRepresentation(Representation::TAGGED);
1200 attributes.SetOffset(index);
1201 attributes.SetIsAccessor(isAccessor);
1203 layout->AddKey(thread_, index++, keyString.GetTaggedValue(), attributes);