• Home
  • Raw
  • Download

Lines Matching full:attributes

424     PropertyAttributes attributes = PropertyAttributes::Default(false, false, false);  in CreateSObjectFunctionHClass()  local
425 attributes.SetIsInlinedProps(true); in CreateSObjectFunctionHClass()
426 attributes.SetRepresentation(Representation::TAGGED); in CreateSObjectFunctionHClass()
431 attributes.SetOffset(index); in CreateSObjectFunctionHClass()
432 attributes.SetIsAccessor(each.second); in CreateSObjectFunctionHClass()
434 layout->AddKey(thread_, index++, keyString.GetTaggedValue(), attributes); in CreateSObjectFunctionHClass()
450 PropertyAttributes attributes = PropertyAttributes::Default(false, false, false); in CreateSObjectPrototypeHClass() local
451 attributes.SetIsInlinedProps(true); in CreateSObjectPrototypeHClass()
452 attributes.SetRepresentation(Representation::TAGGED); in CreateSObjectPrototypeHClass()
457 attributes.SetOffset(index); in CreateSObjectPrototypeHClass()
458 attributes.SetIsAccessor(each.second); in CreateSObjectPrototypeHClass()
460 layout->AddKey(thread_, index++, keyString.GetTaggedValue(), attributes); in CreateSObjectPrototypeHClass()
472 PropertyAttributes attributes = PropertyAttributes::Default(false, false, false); in CreateSFunctionHClass() local
473 attributes.SetIsInlinedProps(true); in CreateSFunctionHClass()
474 attributes.SetRepresentation(Representation::TAGGED); in CreateSFunctionHClass()
479 attributes.SetOffset(index); in CreateSFunctionHClass()
480 attributes.SetIsAccessor(each.GetIsAccessor()); in CreateSFunctionHClass()
482 layout->AddKey(thread_, index++, keyString.GetTaggedValue(), attributes); in CreateSFunctionHClass()
496 PropertyAttributes attributes = PropertyAttributes::Default(false, false, false); in CreateSArrayBufferFunctionHClass() local
497 attributes.SetIsInlinedProps(true); in CreateSArrayBufferFunctionHClass()
498 attributes.SetRepresentation(Representation::TAGGED); in CreateSArrayBufferFunctionHClass()
504 attributes.SetOffset(index); in CreateSArrayBufferFunctionHClass()
505 attributes.SetIsAccessor(isAccessor); in CreateSArrayBufferFunctionHClass()
511 layout->AddKey(thread_, index++, keyString.GetTaggedValue(), attributes); in CreateSArrayBufferFunctionHClass()
525 PropertyAttributes attributes = PropertyAttributes::Default(false, false, false); in CreateSSetFunctionHClass() local
526 attributes.SetIsInlinedProps(true); in CreateSSetFunctionHClass()
527 attributes.SetRepresentation(Representation::TAGGED); in CreateSSetFunctionHClass()
533 attributes.SetOffset(index); in CreateSSetFunctionHClass()
534 attributes.SetIsAccessor(isAccessor); in CreateSSetFunctionHClass()
540 layout->AddKey(thread_, index++, keyString.GetTaggedValue(), attributes); in CreateSSetFunctionHClass()
554 PropertyAttributes attributes = PropertyAttributes::Default(false, false, false); in CreateSMapFunctionHClass() local
555 attributes.SetIsInlinedProps(true); in CreateSMapFunctionHClass()
556 attributes.SetRepresentation(Representation::TAGGED); in CreateSMapFunctionHClass()
562 attributes.SetOffset(index); in CreateSMapFunctionHClass()
563 attributes.SetIsAccessor(isAccessor); in CreateSMapFunctionHClass()
569 layout->AddKey(thread_, index++, keyString.GetTaggedValue(), attributes); in CreateSMapFunctionHClass()
583 PropertyAttributes attributes = PropertyAttributes::Default(false, false, false); in CreateBitVectorFunctionHClass() local
584 attributes.SetIsInlinedProps(true); in CreateBitVectorFunctionHClass()
585 attributes.SetRepresentation(Representation::TAGGED); in CreateBitVectorFunctionHClass()
591 attributes.SetOffset(index); in CreateBitVectorFunctionHClass()
592 attributes.SetIsAccessor(isAccessor); in CreateBitVectorFunctionHClass()
598 layout->AddKey(thread_, index++, keyString.GetTaggedValue(), attributes); in CreateBitVectorFunctionHClass()
612 PropertyAttributes attributes = PropertyAttributes::Default(false, false, false); in CreateSFunctionPrototypeHClass() local
613 attributes.SetIsInlinedProps(true); in CreateSFunctionPrototypeHClass()
614 attributes.SetRepresentation(Representation::TAGGED); in CreateSFunctionPrototypeHClass()
620 attributes.SetOffset(index); in CreateSFunctionPrototypeHClass()
621 attributes.SetIsAccessor(each.GetIsAccessor()); in CreateSFunctionPrototypeHClass()
627 layout->AddKey(thread_, index++, keyString.GetTaggedValue(), attributes); in CreateSFunctionPrototypeHClass()
640 PropertyAttributes attributes = PropertyAttributes::Default(false, false, false); in CreateSArrayBufferPrototypeHClass() local
641 attributes.SetIsInlinedProps(true); in CreateSArrayBufferPrototypeHClass()
642 attributes.SetRepresentation(Representation::TAGGED); in CreateSArrayBufferPrototypeHClass()
649 attributes.SetOffset(index); in CreateSArrayBufferPrototypeHClass()
650 attributes.SetIsAccessor(isAccessor); in CreateSArrayBufferPrototypeHClass()
656 layout->AddKey(thread_, index++, keyString.GetTaggedValue(), attributes); in CreateSArrayBufferPrototypeHClass()
669 PropertyAttributes attributes = PropertyAttributes::Default(false, false, false); in CreateSSetPrototypeHClass() local
670 attributes.SetIsInlinedProps(true); in CreateSSetPrototypeHClass()
671 attributes.SetRepresentation(Representation::TAGGED); in CreateSSetPrototypeHClass()
678 attributes.SetOffset(index); in CreateSSetPrototypeHClass()
679 attributes.SetIsAccessor(isAccessor); in CreateSSetPrototypeHClass()
687 layout->AddKey(thread_, index++, keyString.GetTaggedValue(), attributes); in CreateSSetPrototypeHClass()
700 PropertyAttributes attributes = PropertyAttributes::Default(false, false, false); in CreateSMapPrototypeHClass() local
701 attributes.SetIsInlinedProps(true); in CreateSMapPrototypeHClass()
702 attributes.SetRepresentation(Representation::TAGGED); in CreateSMapPrototypeHClass()
709 attributes.SetOffset(index); in CreateSMapPrototypeHClass()
710 attributes.SetIsAccessor(isAccessor); in CreateSMapPrototypeHClass()
718 layout->AddKey(thread_, index++, keyString.GetTaggedValue(), attributes); in CreateSMapPrototypeHClass()
731 PropertyAttributes attributes = PropertyAttributes::Default(false, false, false); in CreateBitVectorPrototypeHClass() local
732 attributes.SetIsInlinedProps(true); in CreateBitVectorPrototypeHClass()
733 attributes.SetRepresentation(Representation::TAGGED); in CreateBitVectorPrototypeHClass()
740 attributes.SetOffset(index); in CreateBitVectorPrototypeHClass()
741 attributes.SetIsAccessor(isAccessor); in CreateBitVectorPrototypeHClass()
749 layout->AddKey(thread_, index++, keyString.GetTaggedValue(), attributes); in CreateBitVectorPrototypeHClass()
762 PropertyAttributes attributes = PropertyAttributes::Default(false, false, false); in CreateSArrayPrototypeHClass() local
763 attributes.SetIsInlinedProps(true); in CreateSArrayPrototypeHClass()
764 attributes.SetRepresentation(Representation::TAGGED); in CreateSArrayPrototypeHClass()
771 attributes.SetOffset(index); in CreateSArrayPrototypeHClass()
772 attributes.SetIsAccessor(isAccessor); in CreateSArrayPrototypeHClass()
780 layout->AddKey(thread_, index++, keyString.GetTaggedValue(), attributes); in CreateSArrayPrototypeHClass()
793 PropertyAttributes attributes = PropertyAttributes::Default(false, false, false); in CreateSArrayFunctionHClass() local
794 attributes.SetIsInlinedProps(true); in CreateSArrayFunctionHClass()
795 attributes.SetRepresentation(Representation::TAGGED); in CreateSArrayFunctionHClass()
802 attributes.SetOffset(index); in CreateSArrayFunctionHClass()
803 attributes.SetIsAccessor(isAccessor); in CreateSArrayFunctionHClass()
809 layout->AddKey(thread_, index++, keyString.GetTaggedValue(), attributes); in CreateSArrayFunctionHClass()
934 // Symbol attributes with detectors in InitializeSSymbolAttributes()
974 PropertyAttributes attributes = PropertyAttributes::DefaultAccessor(true, false, false); in InitializeArrayPrototypeHClass() local
975 attributes.SetIsInlinedProps(true); in InitializeArrayPrototypeHClass()
976 attributes.SetRepresentation(Representation::TAGGED); in InitializeArrayPrototypeHClass()
977 …Key(thread_, 0, thread_->GlobalConstants()->GetHandledLengthString().GetTaggedValue(), attributes); in InitializeArrayPrototypeHClass()
1223 PropertyAttributes attributes = PropertyAttributes::Default(false, false, false); in CreateSTypedArrayPrototypeHClass() local
1224 attributes.SetIsInlinedProps(true); in CreateSTypedArrayPrototypeHClass()
1225 attributes.SetRepresentation(Representation::TAGGED); in CreateSTypedArrayPrototypeHClass()
1232 attributes.SetOffset(index); in CreateSTypedArrayPrototypeHClass()
1233 attributes.SetIsAccessor(isAccessor); in CreateSTypedArrayPrototypeHClass()
1241 layout->AddKey(thread_, index++, keyString.GetTaggedValue(), attributes); in CreateSTypedArrayPrototypeHClass()
1254 PropertyAttributes attributes = PropertyAttributes::Default(false, false, false); in CreateSTypedArrayFunctionHClass() local
1255 attributes.SetIsInlinedProps(true); in CreateSTypedArrayFunctionHClass()
1256 attributes.SetRepresentation(Representation::TAGGED); in CreateSTypedArrayFunctionHClass()
1262 attributes.SetOffset(index); in CreateSTypedArrayFunctionHClass()
1263 attributes.SetIsAccessor(isAccessor); in CreateSTypedArrayFunctionHClass()
1269 layout->AddKey(thread_, index++, keyString.GetTaggedValue(), attributes); in CreateSTypedArrayFunctionHClass()
1282 PropertyAttributes attributes = PropertyAttributes::Default(false, false, false); in CreateSSpecificTypedArrayFuncHClass() local
1283 attributes.SetIsInlinedProps(true); in CreateSSpecificTypedArrayFuncHClass()
1284 attributes.SetRepresentation(Representation::TAGGED); in CreateSSpecificTypedArrayFuncHClass()
1290 attributes.SetOffset(index); in CreateSSpecificTypedArrayFuncHClass()
1291 attributes.SetIsAccessor(isAccessor); in CreateSSpecificTypedArrayFuncHClass()
1293 layout->AddKey(thread_, index++, keyString.GetTaggedValue(), attributes); in CreateSSpecificTypedArrayFuncHClass()
1306 PropertyAttributes attributes = PropertyAttributes::Default(false, false, false); in CreateSSpecificTypedArrayInstanceHClass() local
1307 attributes.SetIsInlinedProps(true); in CreateSSpecificTypedArrayInstanceHClass()
1308 attributes.SetRepresentation(Representation::TAGGED); in CreateSSpecificTypedArrayInstanceHClass()
1314 attributes.SetOffset(index); in CreateSSpecificTypedArrayInstanceHClass()
1315 attributes.SetIsAccessor(isAccessor); in CreateSSpecificTypedArrayInstanceHClass()
1317 layout->AddKey(thread_, index++, keyString.GetTaggedValue(), attributes); in CreateSSpecificTypedArrayInstanceHClass()