Lines Matching defs:attributes
858 PropertyAttributes attributes = PropertyAttributes::Default(true, false, false);
859 attributes.SetIsInlinedProps(true);
860 attributes.SetRepresentation(Representation::TAGGED);
861 attributes.SetOffset(fieldOrder++);
862 layoutInfoHandle->AddKey(thread_, 0, globalConst->GetLastIndexString(), attributes);
882 PropertyAttributes attributes = PropertyAttributes::DefaultAccessor(true, false, false);
883 attributes.SetIsInlinedProps(true);
884 attributes.SetRepresentation(Representation::TAGGED);
885 attributes.SetOffset(fieldOrder++);
886 layoutInfoHandle->AddKey(thread_, 0, globalConst->GetLengthString(), attributes);
910 PropertyAttributes attributes = PropertyAttributes::Default(true, false, true);
911 attributes.SetIsInlinedProps(true);
912 attributes.SetRepresentation(Representation::TAGGED);
913 attributes.SetOffset(fieldOrder++);
915 attributes);
920 PropertyAttributes attributes = PropertyAttributes::Default(true, false, true);
921 attributes.SetIsInlinedProps(true);
922 attributes.SetRepresentation(Representation::TAGGED);
923 attributes.SetOffset(fieldOrder++);
925 env->GetIteratorSymbol().GetTaggedValue(), attributes);
930 PropertyAttributes attributes = PropertyAttributes::Default(false, false, false);
931 attributes.SetIsInlinedProps(true);
932 attributes.SetIsAccessor(true);
933 attributes.SetRepresentation(Representation::TAGGED);
934 attributes.SetOffset(fieldOrder++);
936 thread_->GlobalConstants()->GetHandledCallerString().GetTaggedValue(), attributes);
941 PropertyAttributes attributes = PropertyAttributes::Default(false, false, false);
942 attributes.SetIsInlinedProps(true);
943 attributes.SetIsAccessor(true);
944 attributes.SetRepresentation(Representation::TAGGED);
945 attributes.SetOffset(fieldOrder++);
947 thread_->GlobalConstants()->GetHandledCalleeString().GetTaggedValue(), attributes);
1810 PropertyAttributes attributes = PropertyAttributes::DefaultAccessor(false, false, true);
1811 attributes.SetIsInlinedProps(true);
1812 attributes.SetRepresentation(Representation::TAGGED);
1813 attributes.SetOffset(fieldOrder);
1814 layoutInfoHandle->AddKey(thread_, fieldOrder, globalConst->GetLengthString(), attributes);
1821 PropertyAttributes attributes = PropertyAttributes::DefaultAccessor(false, false, true);
1822 attributes.SetIsInlinedProps(true);
1823 attributes.SetRepresentation(Representation::TAGGED);
1824 attributes.SetOffset(fieldOrder);
1826 thread_->GlobalConstants()->GetHandledNameString().GetTaggedValue(), attributes);
1832 PropertyAttributes attributes = PropertyAttributes::DefaultAccessor(true, false, false);
1833 attributes.SetIsInlinedProps(true);
1834 attributes.SetRepresentation(Representation::TAGGED);
1835 attributes.SetOffset(fieldOrder);
1836 layoutInfoHandle->AddKey(thread_, fieldOrder, globalConst->GetPrototypeString(), attributes);
1840 PropertyAttributes attributes = PropertyAttributes::DefaultAccessor(false, false, false);
1841 attributes.SetIsInlinedProps(true);
1842 attributes.SetRepresentation(Representation::TAGGED);
1843 attributes.SetOffset(fieldOrder);
1844 layoutInfoHandle->AddKey(thread_, fieldOrder, globalConst->GetPrototypeString(), attributes);
1868 PropertyAttributes attributes = PropertyAttributes::DefaultAccessor(false, false, true);
1869 attributes.SetIsInlinedProps(true);
1870 attributes.SetRepresentation(Representation::TAGGED);
1871 attributes.SetOffset(fieldOrder);
1872 layoutInfoHandle->AddKey(thread_, fieldOrder, globalConst->GetLengthString(), attributes);
1879 PropertyAttributes attributes = PropertyAttributes::DefaultAccessor(false, false, true);
1880 attributes.SetIsInlinedProps(true);
1881 attributes.SetRepresentation(Representation::TAGGED);
1882 attributes.SetOffset(fieldOrder);
1884 globalConst->GetHandledNameString().GetTaggedValue(), attributes);
1899 PropertyAttributes attributes = PropertyAttributes::Default(true, false, true); // non-enumerable
1901 attributes.SetIsInlinedProps(true);
1902 attributes.SetRepresentation(Representation::TAGGED);
1903 attributes.SetOffset(ClassInfoExtractor::CONSTRUCTOR_INDEX);
1905 thread_->GlobalConstants()->GetConstructorString(), attributes);
1925 PropertyAttributes attributes;
1927 attributes = PropertyAttributes::DefaultAccessor(false, false, false);
1929 attributes = PropertyAttributes::Default(false, false, true);
1931 attributes.SetIsInlinedProps(true);
1932 attributes.SetRepresentation(Representation::TAGGED);
1933 attributes.SetOffset(index);
1934 layout->AddKey(thread_, index, array->Get(index), attributes);
3886 PropertyAttributes attributes = PropertyAttributes::Default();
3889 attributes.SetIsAccessor(true);
3892 attributes.SetIsInlinedProps(true);
3893 attributes.SetRepresentation(Representation::TAGGED);
3894 attributes.SetOffset(fieldOrder);
3895 layoutInfoHandle->AddKey(thread_, fieldOrder, key.GetTaggedValue(), attributes);
3918 PropertyAttributes attributes = PropertyAttributes::Default();
3921 attributes.SetIsAccessor(true);
3923 attributes.SetIsInlinedProps(true);
3924 attributes.SetRepresentation(Representation::TAGGED);
3925 attributes.SetOffset(fieldOffset);
3926 attributes.SetRepresentation(Representation::TAGGED);
3928 newObjHclass = JSHClass::SetPropertyOfObjHClass(thread_, newObjHclass, key, attributes, rep);
4794 PropertyAttributes attributes = PropertyAttributes::Default();
4795 attributes.SetIsInlinedProps(true);
4796 attributes.SetRepresentation(Representation::TAGGED);
4797 attributes.SetOffset(fieldOrder);
4798 layoutInfoHandle->AddKey(thread_, fieldOrder++, globalConst->GetValueString(), attributes);
4802 PropertyAttributes attributes = PropertyAttributes::Default();
4803 attributes.SetIsInlinedProps(true);
4804 attributes.SetRepresentation(Representation::TAGGED);
4805 attributes.SetOffset(fieldOrder);
4806 layoutInfoHandle->AddKey(thread_, fieldOrder++, globalConst->GetDoneString(), attributes);