• Home
  • Raw
  • Download

Lines Matching full:attributes

513         PropertyAttributes attributes = PropertyAttributes::Default(true, false, false);  in CreateJSRegExpInstanceClass()  local
514 attributes.SetIsInlinedProps(true); in CreateJSRegExpInstanceClass()
515 attributes.SetRepresentation(Representation::MIXED); in CreateJSRegExpInstanceClass()
516 attributes.SetOffset(fieldOrder++); in CreateJSRegExpInstanceClass()
517 layoutInfoHandle->AddKey(thread_, 0, globalConst->GetLastIndexString(), attributes); in CreateJSRegExpInstanceClass()
537 PropertyAttributes attributes = PropertyAttributes::DefaultAccessor(true, false, false); in CreateJSArrayInstanceClass() local
538 attributes.SetIsInlinedProps(true); in CreateJSArrayInstanceClass()
539 attributes.SetRepresentation(Representation::MIXED); in CreateJSArrayInstanceClass()
540 attributes.SetOffset(fieldOrder++); in CreateJSArrayInstanceClass()
541 layoutInfoHandle->AddKey(thread_, 0, globalConst->GetLengthString(), attributes); in CreateJSArrayInstanceClass()
566 PropertyAttributes attributes = PropertyAttributes::Default(true, false, true); in CreateJSArguments() local
567 attributes.SetIsInlinedProps(true); in CreateJSArguments()
568 attributes.SetRepresentation(Representation::MIXED); in CreateJSArguments()
569 attributes.SetOffset(fieldOrder++); in CreateJSArguments()
571 attributes); in CreateJSArguments()
576 PropertyAttributes attributes = PropertyAttributes::Default(true, false, true); in CreateJSArguments() local
577 attributes.SetIsInlinedProps(true); in CreateJSArguments()
578 attributes.SetRepresentation(Representation::MIXED); in CreateJSArguments()
579 attributes.SetOffset(fieldOrder++); in CreateJSArguments()
581 env->GetIteratorSymbol().GetTaggedValue(), attributes); in CreateJSArguments()
586 PropertyAttributes attributes = PropertyAttributes::Default(false, false, false); in CreateJSArguments() local
587 attributes.SetIsInlinedProps(true); in CreateJSArguments()
588 attributes.SetIsAccessor(true); in CreateJSArguments()
589 attributes.SetRepresentation(Representation::MIXED); in CreateJSArguments()
590 attributes.SetOffset(fieldOrder++); in CreateJSArguments()
592 … thread_->GlobalConstants()->GetHandledCallerString().GetTaggedValue(), attributes); in CreateJSArguments()
597 PropertyAttributes attributes = PropertyAttributes::Default(false, false, false); in CreateJSArguments() local
598 attributes.SetIsInlinedProps(true); in CreateJSArguments()
599 attributes.SetIsAccessor(true); in CreateJSArguments()
600 attributes.SetRepresentation(Representation::MIXED); in CreateJSArguments()
601 attributes.SetOffset(fieldOrder++); in CreateJSArguments()
603 … thread_->GlobalConstants()->GetHandledCalleeString().GetTaggedValue(), attributes); in CreateJSArguments()
929 PropertyAttributes attributes = PropertyAttributes::Default(false, false, true); in CreateFunctionClass() local
930 attributes.SetIsInlinedProps(true); in CreateFunctionClass()
931 attributes.SetRepresentation(Representation::MIXED); in CreateFunctionClass()
932 attributes.SetOffset(fieldOrder); in CreateFunctionClass()
933 layoutInfoHandle->AddKey(thread_, fieldOrder, globalConst->GetLengthString(), attributes); in CreateFunctionClass()
940 PropertyAttributes attributes = PropertyAttributes::DefaultAccessor(false, false, true); in CreateFunctionClass() local
941 attributes.SetIsInlinedProps(true); in CreateFunctionClass()
942 attributes.SetRepresentation(Representation::MIXED); in CreateFunctionClass()
943 attributes.SetOffset(fieldOrder); in CreateFunctionClass()
945 … thread_->GlobalConstants()->GetHandledNameString().GetTaggedValue(), attributes); in CreateFunctionClass()
951 PropertyAttributes attributes = PropertyAttributes::DefaultAccessor(true, false, false); in CreateFunctionClass() local
952 attributes.SetIsInlinedProps(true); in CreateFunctionClass()
953 attributes.SetRepresentation(Representation::MIXED); in CreateFunctionClass()
954 attributes.SetOffset(fieldOrder); in CreateFunctionClass()
955 … layoutInfoHandle->AddKey(thread_, fieldOrder, globalConst->GetPrototypeString(), attributes); in CreateFunctionClass()
959 PropertyAttributes attributes = PropertyAttributes::DefaultAccessor(false, false, false); in CreateFunctionClass() local
960 attributes.SetIsInlinedProps(true); in CreateFunctionClass()
961 attributes.SetRepresentation(Representation::MIXED); in CreateFunctionClass()
962 attributes.SetOffset(fieldOrder); in CreateFunctionClass()
963 … layoutInfoHandle->AddKey(thread_, fieldOrder, globalConst->GetPrototypeString(), attributes); in CreateFunctionClass()
2001 PropertyAttributes attributes = PropertyAttributes::Default(); in CreateObjectClass() local
2004 attributes.SetIsAccessor(true); in CreateObjectClass()
2007 attributes.SetIsInlinedProps(true); in CreateObjectClass()
2008 attributes.SetRepresentation(Representation::MIXED); in CreateObjectClass()
2009 attributes.SetOffset(fieldOrder); in CreateObjectClass()
2010 layoutInfoHandle->AddKey(thread_, fieldOrder, key.GetTaggedValue(), attributes); in CreateObjectClass()