• Home
  • Raw
  • Download

Lines Matching full:attributes

423     PropertyAttributes attributes = PropertyAttributes::Default(false, false, false);  in CreateSObjectFunctionHClass()  local
424 attributes.SetIsInlinedProps(true); in CreateSObjectFunctionHClass()
425 attributes.SetRepresentation(Representation::TAGGED); in CreateSObjectFunctionHClass()
430 attributes.SetOffset(index); in CreateSObjectFunctionHClass()
431 attributes.SetIsAccessor(each.second); in CreateSObjectFunctionHClass()
433 layout->AddKey(thread_, index++, keyString.GetTaggedValue(), attributes); in CreateSObjectFunctionHClass()
449 PropertyAttributes attributes = PropertyAttributes::Default(false, false, false); in CreateSObjectPrototypeHClass() local
450 attributes.SetIsInlinedProps(true); in CreateSObjectPrototypeHClass()
451 attributes.SetRepresentation(Representation::TAGGED); in CreateSObjectPrototypeHClass()
456 attributes.SetOffset(index); in CreateSObjectPrototypeHClass()
457 attributes.SetIsAccessor(each.second); in CreateSObjectPrototypeHClass()
459 layout->AddKey(thread_, index++, keyString.GetTaggedValue(), attributes); in CreateSObjectPrototypeHClass()
471 PropertyAttributes attributes = PropertyAttributes::Default(false, false, false); in CreateSFunctionHClass() local
472 attributes.SetIsInlinedProps(true); in CreateSFunctionHClass()
473 attributes.SetRepresentation(Representation::TAGGED); in CreateSFunctionHClass()
478 attributes.SetOffset(index); in CreateSFunctionHClass()
479 attributes.SetIsAccessor(each.GetIsAccessor()); in CreateSFunctionHClass()
481 layout->AddKey(thread_, index++, keyString.GetTaggedValue(), attributes); in CreateSFunctionHClass()
495 PropertyAttributes attributes = PropertyAttributes::Default(false, false, false); in CreateSArrayBufferFunctionHClass() local
496 attributes.SetIsInlinedProps(true); in CreateSArrayBufferFunctionHClass()
497 attributes.SetRepresentation(Representation::TAGGED); in CreateSArrayBufferFunctionHClass()
503 attributes.SetOffset(index); in CreateSArrayBufferFunctionHClass()
504 attributes.SetIsAccessor(isAccessor); in CreateSArrayBufferFunctionHClass()
510 layout->AddKey(thread_, index++, keyString.GetTaggedValue(), attributes); in CreateSArrayBufferFunctionHClass()
524 PropertyAttributes attributes = PropertyAttributes::Default(false, false, false); in CreateSSetFunctionHClass() local
525 attributes.SetIsInlinedProps(true); in CreateSSetFunctionHClass()
526 attributes.SetRepresentation(Representation::TAGGED); in CreateSSetFunctionHClass()
532 attributes.SetOffset(index); in CreateSSetFunctionHClass()
533 attributes.SetIsAccessor(isAccessor); in CreateSSetFunctionHClass()
539 layout->AddKey(thread_, index++, keyString.GetTaggedValue(), attributes); in CreateSSetFunctionHClass()
553 PropertyAttributes attributes = PropertyAttributes::Default(false, false, false); in CreateSMapFunctionHClass() local
554 attributes.SetIsInlinedProps(true); in CreateSMapFunctionHClass()
555 attributes.SetRepresentation(Representation::TAGGED); in CreateSMapFunctionHClass()
561 attributes.SetOffset(index); in CreateSMapFunctionHClass()
562 attributes.SetIsAccessor(isAccessor); in CreateSMapFunctionHClass()
568 layout->AddKey(thread_, index++, keyString.GetTaggedValue(), attributes); in CreateSMapFunctionHClass()
582 PropertyAttributes attributes = PropertyAttributes::Default(false, false, false); in CreateBitVectorFunctionHClass() local
583 attributes.SetIsInlinedProps(true); in CreateBitVectorFunctionHClass()
584 attributes.SetRepresentation(Representation::TAGGED); in CreateBitVectorFunctionHClass()
590 attributes.SetOffset(index); in CreateBitVectorFunctionHClass()
591 attributes.SetIsAccessor(isAccessor); in CreateBitVectorFunctionHClass()
597 layout->AddKey(thread_, index++, keyString.GetTaggedValue(), attributes); in CreateBitVectorFunctionHClass()
611 PropertyAttributes attributes = PropertyAttributes::Default(false, false, false); in CreateSFunctionPrototypeHClass() local
612 attributes.SetIsInlinedProps(true); in CreateSFunctionPrototypeHClass()
613 attributes.SetRepresentation(Representation::TAGGED); in CreateSFunctionPrototypeHClass()
619 attributes.SetOffset(index); in CreateSFunctionPrototypeHClass()
620 attributes.SetIsAccessor(each.GetIsAccessor()); in CreateSFunctionPrototypeHClass()
626 layout->AddKey(thread_, index++, keyString.GetTaggedValue(), attributes); in CreateSFunctionPrototypeHClass()
639 PropertyAttributes attributes = PropertyAttributes::Default(false, false, false); in CreateSArrayBufferPrototypeHClass() local
640 attributes.SetIsInlinedProps(true); in CreateSArrayBufferPrototypeHClass()
641 attributes.SetRepresentation(Representation::TAGGED); in CreateSArrayBufferPrototypeHClass()
648 attributes.SetOffset(index); in CreateSArrayBufferPrototypeHClass()
649 attributes.SetIsAccessor(isAccessor); in CreateSArrayBufferPrototypeHClass()
655 layout->AddKey(thread_, index++, keyString.GetTaggedValue(), attributes); in CreateSArrayBufferPrototypeHClass()
668 PropertyAttributes attributes = PropertyAttributes::Default(false, false, false); in CreateSSetPrototypeHClass() local
669 attributes.SetIsInlinedProps(true); in CreateSSetPrototypeHClass()
670 attributes.SetRepresentation(Representation::TAGGED); in CreateSSetPrototypeHClass()
677 attributes.SetOffset(index); in CreateSSetPrototypeHClass()
678 attributes.SetIsAccessor(isAccessor); in CreateSSetPrototypeHClass()
686 layout->AddKey(thread_, index++, keyString.GetTaggedValue(), attributes); in CreateSSetPrototypeHClass()
699 PropertyAttributes attributes = PropertyAttributes::Default(false, false, false); in CreateSMapPrototypeHClass() local
700 attributes.SetIsInlinedProps(true); in CreateSMapPrototypeHClass()
701 attributes.SetRepresentation(Representation::TAGGED); in CreateSMapPrototypeHClass()
708 attributes.SetOffset(index); in CreateSMapPrototypeHClass()
709 attributes.SetIsAccessor(isAccessor); in CreateSMapPrototypeHClass()
717 layout->AddKey(thread_, index++, keyString.GetTaggedValue(), attributes); in CreateSMapPrototypeHClass()
730 PropertyAttributes attributes = PropertyAttributes::Default(false, false, false); in CreateBitVectorPrototypeHClass() local
731 attributes.SetIsInlinedProps(true); in CreateBitVectorPrototypeHClass()
732 attributes.SetRepresentation(Representation::TAGGED); in CreateBitVectorPrototypeHClass()
739 attributes.SetOffset(index); in CreateBitVectorPrototypeHClass()
740 attributes.SetIsAccessor(isAccessor); in CreateBitVectorPrototypeHClass()
748 layout->AddKey(thread_, index++, keyString.GetTaggedValue(), attributes); in CreateBitVectorPrototypeHClass()
761 PropertyAttributes attributes = PropertyAttributes::Default(false, false, false); in CreateSArrayPrototypeHClass() local
762 attributes.SetIsInlinedProps(true); in CreateSArrayPrototypeHClass()
763 attributes.SetRepresentation(Representation::TAGGED); in CreateSArrayPrototypeHClass()
770 attributes.SetOffset(index); in CreateSArrayPrototypeHClass()
771 attributes.SetIsAccessor(isAccessor); in CreateSArrayPrototypeHClass()
779 layout->AddKey(thread_, index++, keyString.GetTaggedValue(), attributes); in CreateSArrayPrototypeHClass()
792 PropertyAttributes attributes = PropertyAttributes::Default(false, false, false); in CreateSArrayFunctionHClass() local
793 attributes.SetIsInlinedProps(true); in CreateSArrayFunctionHClass()
794 attributes.SetRepresentation(Representation::TAGGED); in CreateSArrayFunctionHClass()
801 attributes.SetOffset(index); in CreateSArrayFunctionHClass()
802 attributes.SetIsAccessor(isAccessor); in CreateSArrayFunctionHClass()
808 layout->AddKey(thread_, index++, keyString.GetTaggedValue(), attributes); in CreateSArrayFunctionHClass()
933 // Symbol attributes with detectors in InitializeSSymbolAttributes()
973 PropertyAttributes attributes = PropertyAttributes::DefaultAccessor(true, false, false); in InitializeArrayPrototypeHClass() local
974 attributes.SetIsInlinedProps(true); in InitializeArrayPrototypeHClass()
975 attributes.SetRepresentation(Representation::TAGGED); in InitializeArrayPrototypeHClass()
976 …Key(thread_, 0, thread_->GlobalConstants()->GetHandledLengthString().GetTaggedValue(), attributes); in InitializeArrayPrototypeHClass()
1222 PropertyAttributes attributes = PropertyAttributes::Default(false, false, false); in CreateSTypedArrayPrototypeHClass() local
1223 attributes.SetIsInlinedProps(true); in CreateSTypedArrayPrototypeHClass()
1224 attributes.SetRepresentation(Representation::TAGGED); in CreateSTypedArrayPrototypeHClass()
1231 attributes.SetOffset(index); in CreateSTypedArrayPrototypeHClass()
1232 attributes.SetIsAccessor(isAccessor); in CreateSTypedArrayPrototypeHClass()
1240 layout->AddKey(thread_, index++, keyString.GetTaggedValue(), attributes); in CreateSTypedArrayPrototypeHClass()
1253 PropertyAttributes attributes = PropertyAttributes::Default(false, false, false); in CreateSTypedArrayFunctionHClass() local
1254 attributes.SetIsInlinedProps(true); in CreateSTypedArrayFunctionHClass()
1255 attributes.SetRepresentation(Representation::TAGGED); in CreateSTypedArrayFunctionHClass()
1261 attributes.SetOffset(index); in CreateSTypedArrayFunctionHClass()
1262 attributes.SetIsAccessor(isAccessor); in CreateSTypedArrayFunctionHClass()
1268 layout->AddKey(thread_, index++, keyString.GetTaggedValue(), attributes); in CreateSTypedArrayFunctionHClass()
1281 PropertyAttributes attributes = PropertyAttributes::Default(false, false, false); in CreateSSpecificTypedArrayFuncHClass() local
1282 attributes.SetIsInlinedProps(true); in CreateSSpecificTypedArrayFuncHClass()
1283 attributes.SetRepresentation(Representation::TAGGED); in CreateSSpecificTypedArrayFuncHClass()
1289 attributes.SetOffset(index); in CreateSSpecificTypedArrayFuncHClass()
1290 attributes.SetIsAccessor(isAccessor); in CreateSSpecificTypedArrayFuncHClass()
1292 layout->AddKey(thread_, index++, keyString.GetTaggedValue(), attributes); in CreateSSpecificTypedArrayFuncHClass()
1305 PropertyAttributes attributes = PropertyAttributes::Default(false, false, false); in CreateSSpecificTypedArrayInstanceHClass() local
1306 attributes.SetIsInlinedProps(true); in CreateSSpecificTypedArrayInstanceHClass()
1307 attributes.SetRepresentation(Representation::TAGGED); in CreateSSpecificTypedArrayInstanceHClass()
1313 attributes.SetOffset(index); in CreateSSpecificTypedArrayInstanceHClass()
1314 attributes.SetIsAccessor(isAccessor); in CreateSSpecificTypedArrayInstanceHClass()
1316 layout->AddKey(thread_, index++, keyString.GetTaggedValue(), attributes); in CreateSSpecificTypedArrayInstanceHClass()