• Home
  • Raw
  • Download

Lines Matching full:attributes

858         PropertyAttributes attributes = PropertyAttributes::Default(true, false, false);  in CreateJSRegExpInstanceClass()  local
859 attributes.SetIsInlinedProps(true); in CreateJSRegExpInstanceClass()
860 attributes.SetRepresentation(Representation::TAGGED); in CreateJSRegExpInstanceClass()
861 attributes.SetOffset(fieldOrder++); in CreateJSRegExpInstanceClass()
862 layoutInfoHandle->AddKey(thread_, 0, globalConst->GetLastIndexString(), attributes); in CreateJSRegExpInstanceClass()
882 PropertyAttributes attributes = PropertyAttributes::DefaultAccessor(true, false, false); in CreateJSArrayInstanceClass() local
883 attributes.SetIsInlinedProps(true); in CreateJSArrayInstanceClass()
884 attributes.SetRepresentation(Representation::TAGGED); in CreateJSArrayInstanceClass()
885 attributes.SetOffset(fieldOrder++); in CreateJSArrayInstanceClass()
886 layoutInfoHandle->AddKey(thread_, 0, globalConst->GetLengthString(), attributes); in CreateJSArrayInstanceClass()
910 PropertyAttributes attributes = PropertyAttributes::Default(true, false, true); in CreateJSArguments() local
911 attributes.SetIsInlinedProps(true); in CreateJSArguments()
912 attributes.SetRepresentation(Representation::TAGGED); in CreateJSArguments()
913 attributes.SetOffset(fieldOrder++); in CreateJSArguments()
915 attributes); in CreateJSArguments()
920 PropertyAttributes attributes = PropertyAttributes::Default(true, false, true); in CreateJSArguments() local
921 attributes.SetIsInlinedProps(true); in CreateJSArguments()
922 attributes.SetRepresentation(Representation::TAGGED); in CreateJSArguments()
923 attributes.SetOffset(fieldOrder++); in CreateJSArguments()
925 env->GetIteratorSymbol().GetTaggedValue(), attributes); in CreateJSArguments()
930 PropertyAttributes attributes = PropertyAttributes::Default(false, false, false); in CreateJSArguments() local
931 attributes.SetIsInlinedProps(true); in CreateJSArguments()
932 attributes.SetIsAccessor(true); in CreateJSArguments()
933 attributes.SetRepresentation(Representation::TAGGED); in CreateJSArguments()
934 attributes.SetOffset(fieldOrder++); in CreateJSArguments()
936 … thread_->GlobalConstants()->GetHandledCallerString().GetTaggedValue(), attributes); in CreateJSArguments()
941 PropertyAttributes attributes = PropertyAttributes::Default(false, false, false); in CreateJSArguments() local
942 attributes.SetIsInlinedProps(true); in CreateJSArguments()
943 attributes.SetIsAccessor(true); in CreateJSArguments()
944 attributes.SetRepresentation(Representation::TAGGED); in CreateJSArguments()
945 attributes.SetOffset(fieldOrder++); in CreateJSArguments()
947 … thread_->GlobalConstants()->GetHandledCalleeString().GetTaggedValue(), attributes); in CreateJSArguments()
1811 PropertyAttributes attributes = PropertyAttributes::DefaultAccessor(false, false, true); in CreateFunctionClass() local
1812 attributes.SetIsInlinedProps(true); in CreateFunctionClass()
1813 attributes.SetRepresentation(Representation::TAGGED); in CreateFunctionClass()
1814 attributes.SetOffset(fieldOrder); in CreateFunctionClass()
1815 layoutInfoHandle->AddKey(thread_, fieldOrder, globalConst->GetLengthString(), attributes); in CreateFunctionClass()
1822 PropertyAttributes attributes = PropertyAttributes::DefaultAccessor(false, false, true); in CreateFunctionClass() local
1823 attributes.SetIsInlinedProps(true); in CreateFunctionClass()
1824 attributes.SetRepresentation(Representation::TAGGED); in CreateFunctionClass()
1825 attributes.SetOffset(fieldOrder); in CreateFunctionClass()
1827 … thread_->GlobalConstants()->GetHandledNameString().GetTaggedValue(), attributes); in CreateFunctionClass()
1833 PropertyAttributes attributes = PropertyAttributes::DefaultAccessor(true, false, false); in CreateFunctionClass() local
1834 attributes.SetIsInlinedProps(true); in CreateFunctionClass()
1835 attributes.SetRepresentation(Representation::TAGGED); in CreateFunctionClass()
1836 attributes.SetOffset(fieldOrder); in CreateFunctionClass()
1837 … layoutInfoHandle->AddKey(thread_, fieldOrder, globalConst->GetPrototypeString(), attributes); in CreateFunctionClass()
1841 PropertyAttributes attributes = PropertyAttributes::DefaultAccessor(false, false, false); in CreateFunctionClass() local
1842 attributes.SetIsInlinedProps(true); in CreateFunctionClass()
1843 attributes.SetRepresentation(Representation::TAGGED); in CreateFunctionClass()
1844 attributes.SetOffset(fieldOrder); in CreateFunctionClass()
1845 … layoutInfoHandle->AddKey(thread_, fieldOrder, globalConst->GetPrototypeString(), attributes); in CreateFunctionClass()
1869 PropertyAttributes attributes = PropertyAttributes::DefaultAccessor(false, false, true); in CreateBoundFunctionClass() local
1870 attributes.SetIsInlinedProps(true); in CreateBoundFunctionClass()
1871 attributes.SetRepresentation(Representation::TAGGED); in CreateBoundFunctionClass()
1872 attributes.SetOffset(fieldOrder); in CreateBoundFunctionClass()
1873 layoutInfoHandle->AddKey(thread_, fieldOrder, globalConst->GetLengthString(), attributes); in CreateBoundFunctionClass()
1880 PropertyAttributes attributes = PropertyAttributes::DefaultAccessor(false, false, true); in CreateBoundFunctionClass() local
1881 attributes.SetIsInlinedProps(true); in CreateBoundFunctionClass()
1882 attributes.SetRepresentation(Representation::TAGGED); in CreateBoundFunctionClass()
1883 attributes.SetOffset(fieldOrder); in CreateBoundFunctionClass()
1885 globalConst->GetHandledNameString().GetTaggedValue(), attributes); in CreateBoundFunctionClass()
1900 … PropertyAttributes attributes = PropertyAttributes::Default(true, false, true); // non-enumerable in CreateDefaultClassPrototypeHClass() local
1902 attributes.SetIsInlinedProps(true); in CreateDefaultClassPrototypeHClass()
1903 attributes.SetRepresentation(Representation::TAGGED); in CreateDefaultClassPrototypeHClass()
1904 attributes.SetOffset(ClassInfoExtractor::CONSTRUCTOR_INDEX); in CreateDefaultClassPrototypeHClass()
1906 thread_->GlobalConstants()->GetConstructorString(), attributes); in CreateDefaultClassPrototypeHClass()
1926 PropertyAttributes attributes; in CreateDefaultClassConstructorHClass() local
1928 attributes = PropertyAttributes::DefaultAccessor(false, false, false); in CreateDefaultClassConstructorHClass()
1930 attributes = PropertyAttributes::Default(false, false, true); in CreateDefaultClassConstructorHClass()
1932 attributes.SetIsInlinedProps(true); in CreateDefaultClassConstructorHClass()
1933 attributes.SetRepresentation(Representation::TAGGED); in CreateDefaultClassConstructorHClass()
1934 attributes.SetOffset(index); in CreateDefaultClassConstructorHClass()
1935 layout->AddKey(thread_, index, array->Get(index), attributes); in CreateDefaultClassConstructorHClass()
3904 PropertyAttributes attributes = PropertyAttributes::Default(); in CreateObjectClass() local
3907 attributes.SetIsAccessor(true); in CreateObjectClass()
3910 attributes.SetIsInlinedProps(true); in CreateObjectClass()
3911 attributes.SetRepresentation(Representation::TAGGED); in CreateObjectClass()
3912 attributes.SetOffset(fieldOrder); in CreateObjectClass()
3913 layoutInfoHandle->AddKey(thread_, fieldOrder, key.GetTaggedValue(), attributes); in CreateObjectClass()
3936 PropertyAttributes attributes = PropertyAttributes::Default(); in SetLayoutInObjHClass() local
3939 attributes.SetIsAccessor(true); in SetLayoutInObjHClass()
3941 attributes.SetIsInlinedProps(true); in SetLayoutInObjHClass()
3942 attributes.SetRepresentation(Representation::TAGGED); in SetLayoutInObjHClass()
3943 attributes.SetOffset(fieldOffset); in SetLayoutInObjHClass()
3944 attributes.SetRepresentation(Representation::TAGGED); in SetLayoutInObjHClass()
3946 … newObjHclass = JSHClass::SetPropertyOfObjHClass(thread_, newObjHclass, key, attributes, rep); in SetLayoutInObjHClass()
4813 PropertyAttributes attributes = PropertyAttributes::Default(); in CreateIteratorResultInstanceClass() local
4814 attributes.SetIsInlinedProps(true); in CreateIteratorResultInstanceClass()
4815 attributes.SetRepresentation(Representation::TAGGED); in CreateIteratorResultInstanceClass()
4816 attributes.SetOffset(fieldOrder); in CreateIteratorResultInstanceClass()
4817 layoutInfoHandle->AddKey(thread_, fieldOrder++, globalConst->GetValueString(), attributes); in CreateIteratorResultInstanceClass()
4821 PropertyAttributes attributes = PropertyAttributes::Default(); in CreateIteratorResultInstanceClass() local
4822 attributes.SetIsInlinedProps(true); in CreateIteratorResultInstanceClass()
4823 attributes.SetRepresentation(Representation::TAGGED); in CreateIteratorResultInstanceClass()
4824 attributes.SetOffset(fieldOrder); in CreateIteratorResultInstanceClass()
4825 layoutInfoHandle->AddKey(thread_, fieldOrder++, globalConst->GetDoneString(), attributes); in CreateIteratorResultInstanceClass()