Lines Matching full:attributes
857 PropertyAttributes attributes = PropertyAttributes::Default(true, false, false); in CreateJSRegExpInstanceClass() local
858 attributes.SetIsInlinedProps(true); in CreateJSRegExpInstanceClass()
859 attributes.SetRepresentation(Representation::TAGGED); in CreateJSRegExpInstanceClass()
860 attributes.SetOffset(fieldOrder++); in CreateJSRegExpInstanceClass()
861 layoutInfoHandle->AddKey(thread_, 0, globalConst->GetLastIndexString(), attributes); in CreateJSRegExpInstanceClass()
881 PropertyAttributes attributes = PropertyAttributes::DefaultAccessor(true, false, false); in CreateJSArrayInstanceClass() local
882 attributes.SetIsInlinedProps(true); in CreateJSArrayInstanceClass()
883 attributes.SetRepresentation(Representation::TAGGED); in CreateJSArrayInstanceClass()
884 attributes.SetOffset(fieldOrder++); in CreateJSArrayInstanceClass()
885 layoutInfoHandle->AddKey(thread_, 0, globalConst->GetLengthString(), attributes); in CreateJSArrayInstanceClass()
909 PropertyAttributes attributes = PropertyAttributes::Default(true, false, true); in CreateJSArguments() local
910 attributes.SetIsInlinedProps(true); in CreateJSArguments()
911 attributes.SetRepresentation(Representation::TAGGED); in CreateJSArguments()
912 attributes.SetOffset(fieldOrder++); in CreateJSArguments()
914 attributes); in CreateJSArguments()
919 PropertyAttributes attributes = PropertyAttributes::Default(true, false, true); in CreateJSArguments() local
920 attributes.SetIsInlinedProps(true); in CreateJSArguments()
921 attributes.SetRepresentation(Representation::TAGGED); in CreateJSArguments()
922 attributes.SetOffset(fieldOrder++); in CreateJSArguments()
924 env->GetIteratorSymbol().GetTaggedValue(), attributes); in CreateJSArguments()
929 PropertyAttributes attributes = PropertyAttributes::Default(false, false, false); in CreateJSArguments() local
930 attributes.SetIsInlinedProps(true); in CreateJSArguments()
931 attributes.SetIsAccessor(true); in CreateJSArguments()
932 attributes.SetRepresentation(Representation::TAGGED); in CreateJSArguments()
933 attributes.SetOffset(fieldOrder++); in CreateJSArguments()
935 … thread_->GlobalConstants()->GetHandledCallerString().GetTaggedValue(), attributes); in CreateJSArguments()
940 PropertyAttributes attributes = PropertyAttributes::Default(false, false, false); in CreateJSArguments() local
941 attributes.SetIsInlinedProps(true); in CreateJSArguments()
942 attributes.SetIsAccessor(true); in CreateJSArguments()
943 attributes.SetRepresentation(Representation::TAGGED); in CreateJSArguments()
944 attributes.SetOffset(fieldOrder++); in CreateJSArguments()
946 … thread_->GlobalConstants()->GetHandledCalleeString().GetTaggedValue(), attributes); in CreateJSArguments()
1219 PropertyAttributes attributes = elementsDicOfTrg->GetAttributes(entry); in MergeSendableClassElementsDic() local
1221 … NumberDictionary::Put(thread_, elementsDicOfCtor, key, undefinedVal, attributes); in MergeSendableClassElementsDic()
1901 PropertyAttributes attributes = PropertyAttributes::DefaultAccessor(false, false, true); in CreateFunctionClass() local
1902 attributes.SetIsInlinedProps(true); in CreateFunctionClass()
1903 attributes.SetRepresentation(Representation::TAGGED); in CreateFunctionClass()
1904 attributes.SetOffset(fieldOrder); in CreateFunctionClass()
1905 layoutInfoHandle->AddKey(thread_, fieldOrder, globalConst->GetLengthString(), attributes); in CreateFunctionClass()
1912 PropertyAttributes attributes = PropertyAttributes::DefaultAccessor(false, false, true); in CreateFunctionClass() local
1913 attributes.SetIsInlinedProps(true); in CreateFunctionClass()
1914 attributes.SetRepresentation(Representation::TAGGED); in CreateFunctionClass()
1915 attributes.SetOffset(fieldOrder); in CreateFunctionClass()
1917 … thread_->GlobalConstants()->GetHandledNameString().GetTaggedValue(), attributes); in CreateFunctionClass()
1923 PropertyAttributes attributes = PropertyAttributes::DefaultAccessor(true, false, false); in CreateFunctionClass() local
1924 attributes.SetIsInlinedProps(true); in CreateFunctionClass()
1925 attributes.SetRepresentation(Representation::TAGGED); in CreateFunctionClass()
1926 attributes.SetOffset(fieldOrder); in CreateFunctionClass()
1927 … layoutInfoHandle->AddKey(thread_, fieldOrder, globalConst->GetPrototypeString(), attributes); in CreateFunctionClass()
1931 PropertyAttributes attributes = PropertyAttributes::DefaultAccessor(false, false, false); in CreateFunctionClass() local
1932 attributes.SetIsInlinedProps(true); in CreateFunctionClass()
1933 attributes.SetRepresentation(Representation::TAGGED); in CreateFunctionClass()
1934 attributes.SetOffset(fieldOrder); in CreateFunctionClass()
1935 … layoutInfoHandle->AddKey(thread_, fieldOrder, globalConst->GetPrototypeString(), attributes); in CreateFunctionClass()
1959 PropertyAttributes attributes = PropertyAttributes::DefaultAccessor(false, false, true); in CreateBoundFunctionClass() local
1960 attributes.SetIsInlinedProps(true); in CreateBoundFunctionClass()
1961 attributes.SetRepresentation(Representation::TAGGED); in CreateBoundFunctionClass()
1962 attributes.SetOffset(fieldOrder); in CreateBoundFunctionClass()
1963 layoutInfoHandle->AddKey(thread_, fieldOrder, globalConst->GetLengthString(), attributes); in CreateBoundFunctionClass()
1970 PropertyAttributes attributes = PropertyAttributes::DefaultAccessor(false, false, true); in CreateBoundFunctionClass() local
1971 attributes.SetIsInlinedProps(true); in CreateBoundFunctionClass()
1972 attributes.SetRepresentation(Representation::TAGGED); in CreateBoundFunctionClass()
1973 attributes.SetOffset(fieldOrder); in CreateBoundFunctionClass()
1975 globalConst->GetHandledNameString().GetTaggedValue(), attributes); in CreateBoundFunctionClass()
1990 … PropertyAttributes attributes = PropertyAttributes::Default(true, false, true); // non-enumerable in CreateDefaultClassPrototypeHClass() local
1992 attributes.SetIsInlinedProps(true); in CreateDefaultClassPrototypeHClass()
1993 attributes.SetRepresentation(Representation::TAGGED); in CreateDefaultClassPrototypeHClass()
1994 attributes.SetOffset(ClassInfoExtractor::CONSTRUCTOR_INDEX); in CreateDefaultClassPrototypeHClass()
1996 thread_->GlobalConstants()->GetConstructorString(), attributes); in CreateDefaultClassPrototypeHClass()
2016 PropertyAttributes attributes; in CreateDefaultClassConstructorHClass() local
2018 attributes = PropertyAttributes::DefaultAccessor(false, false, false); in CreateDefaultClassConstructorHClass()
2020 attributes = PropertyAttributes::Default(false, false, true); in CreateDefaultClassConstructorHClass()
2022 attributes.SetIsInlinedProps(true); in CreateDefaultClassConstructorHClass()
2023 attributes.SetRepresentation(Representation::TAGGED); in CreateDefaultClassConstructorHClass()
2024 attributes.SetOffset(index); in CreateDefaultClassConstructorHClass()
2025 layout->AddKey(thread_, index, array->Get(index), attributes); in CreateDefaultClassConstructorHClass()
4107 PropertyAttributes attributes = PropertyAttributes::Default(); in CreateObjectClass() local
4110 attributes.SetIsAccessor(true); in CreateObjectClass()
4113 attributes.SetIsInlinedProps(true); in CreateObjectClass()
4114 attributes.SetRepresentation(Representation::TAGGED); in CreateObjectClass()
4115 attributes.SetOffset(fieldOrder); in CreateObjectClass()
4116 layoutInfoHandle->AddKey(thread_, fieldOrder, key.GetTaggedValue(), attributes); in CreateObjectClass()
4139 PropertyAttributes attributes = PropertyAttributes::Default(); in SetLayoutInObjHClass() local
4142 attributes.SetIsAccessor(true); in SetLayoutInObjHClass()
4144 attributes.SetIsInlinedProps(true); in SetLayoutInObjHClass()
4145 attributes.SetRepresentation(Representation::TAGGED); in SetLayoutInObjHClass()
4146 attributes.SetOffset(fieldOffset); in SetLayoutInObjHClass()
4147 attributes.SetRepresentation(Representation::TAGGED); in SetLayoutInObjHClass()
4149 … newObjHclass = JSHClass::SetPropertyOfObjHClass(thread_, newObjHclass, key, attributes, rep); in SetLayoutInObjHClass()
5015 PropertyAttributes attributes = PropertyAttributes::Default(); in CreateIteratorResultInstanceClass() local
5016 attributes.SetIsInlinedProps(true); in CreateIteratorResultInstanceClass()
5017 attributes.SetRepresentation(Representation::TAGGED); in CreateIteratorResultInstanceClass()
5018 attributes.SetOffset(fieldOrder); in CreateIteratorResultInstanceClass()
5019 layoutInfoHandle->AddKey(thread_, fieldOrder++, globalConst->GetValueString(), attributes); in CreateIteratorResultInstanceClass()
5023 PropertyAttributes attributes = PropertyAttributes::Default(); in CreateIteratorResultInstanceClass() local
5024 attributes.SetIsInlinedProps(true); in CreateIteratorResultInstanceClass()
5025 attributes.SetRepresentation(Representation::TAGGED); in CreateIteratorResultInstanceClass()
5026 attributes.SetOffset(fieldOrder); in CreateIteratorResultInstanceClass()
5027 layoutInfoHandle->AddKey(thread_, fieldOrder++, globalConst->GetDoneString(), attributes); in CreateIteratorResultInstanceClass()