• Home
  • Raw
  • Download

Lines Matching full:attributes

220 … PropertyAttributes attributes = PropertyAttributes::Default(true, false, true);  // non-enumerable  in CreatePrototypeHClass()  local
223 attributes.SetIsAccessor(true); in CreatePrototypeHClass()
226 attributes.SetIsInlinedProps(true); in CreatePrototypeHClass()
227 attributes.SetRepresentation(Representation::TAGGED); in CreatePrototypeHClass()
228 attributes.SetOffset(index); in CreatePrototypeHClass()
229 layout->AddKey(thread, index, key.GetTaggedValue(), attributes); in CreatePrototypeHClass()
270 PropertyAttributes attributes; in CreateConstructorHClass() local
273 attributes = PropertyAttributes::Default(false, false, true); in CreateConstructorHClass()
277 attributes = PropertyAttributes::Default(false, false, true); in CreateConstructorHClass()
280 attributes = PropertyAttributes::Default(true, false, true); in CreateConstructorHClass()
284 attributes = PropertyAttributes::DefaultAccessor(false, false, false); in CreateConstructorHClass()
287 attributes = PropertyAttributes::Default(true, false, true); in CreateConstructorHClass()
292 attributes.SetIsAccessor(true); in CreateConstructorHClass()
295 attributes.SetIsInlinedProps(true); in CreateConstructorHClass()
296 attributes.SetRepresentation(Representation::TAGGED); in CreateConstructorHClass()
297 attributes.SetOffset(index); in CreateConstructorHClass()
298 layout->AddKey(thread, index, key.GetTaggedValue(), attributes); in CreateConstructorHClass()
362 PropertyAttributes attributes = PropertyAttributes::Default(false, false, false); in CreateSendableHClass() local
364 attributes.SetIsAccessor(true); in CreateSendableHClass()
366 attributes.SetIsInlinedProps(true); in CreateSendableHClass()
367 attributes.SetRepresentation(Representation::TAGGED); in CreateSendableHClass()
368 attributes.SetOffset(index); in CreateSendableHClass()
369 layout->AddKey(thread, index, key.GetTaggedValue(), attributes); in CreateSendableHClass()
626 PropertyAttributes attributes; in BuildDictionaryProperties() local
630 attributes = PropertyAttributes::Default(false, false, true); in BuildDictionaryProperties()
634 attributes = PropertyAttributes::Default(false, false, true); in BuildDictionaryProperties()
637 attributes = PropertyAttributes::Default(true, false, true); in BuildDictionaryProperties()
641 attributes = PropertyAttributes::DefaultAccessor(false, false, false); in BuildDictionaryProperties()
644 attributes = PropertyAttributes::Default(true, false, true); in BuildDictionaryProperties()
648 attributes = PropertyAttributes::Default(true, false, true); // non-enumerable in BuildDictionaryProperties()
656 …ameDictionary> newDict = NameDictionary::PutIfAbsent(thread, dict, propKey, propValue, attributes); in BuildDictionaryProperties()
915 PropertyAttributes attributes = PropertyAttributes::Default(false, false, false); in BuildSendableDictionaryProperties() local
917 attributes.SetIsAccessor(true); in BuildSendableDictionaryProperties()
924 NameDictionary::PutIfAbsent(thread, dict, propKey, propValue, attributes); in BuildSendableDictionaryProperties()
934 …ameDictionary> newDict = NameDictionary::PutIfAbsent(thread, dict, propKey, propValue, attributes); in BuildSendableDictionaryProperties()
958 PropertyAttributes attributes) in AddFieldTypeToDict() argument
973 attributes.SetSharedFieldType(type); in AddFieldTypeToDict()
974 attributes.SetBoxType(PropertyBoxType::UNDEFINED); in AddFieldTypeToDict()
979 thread, elementsDic, eleIndexKey, undefinedVal, attributes); in AddFieldTypeToDict()
985 … JSHandle<NameDictionary> newDict = NameDictionary::Put(thread, dict, key, value, attributes); in AddFieldTypeToDict()
1006 PropertyAttributes attributes = PropertyAttributes::Default(true, true, false); in AddFieldTypeToHClass() local
1012 attributes = layout->GetAttr(thread, entry); in AddFieldTypeToHClass()
1013 attributes.SetSharedFieldType(type); in AddFieldTypeToHClass()
1014 layout->SetNormalAttr(thread, entry, attributes); in AddFieldTypeToHClass()
1025 attributes.SetIsInlinedProps(true); in AddFieldTypeToHClass()
1026 attributes.SetRepresentation(Representation::TAGGED); in AddFieldTypeToHClass()
1027 attributes.SetSharedFieldType(type); in AddFieldTypeToHClass()
1028 attributes.SetOffset(index); in AddFieldTypeToHClass()
1035 thread, elementsDic, eleIndexKey, undefinedVal, attributes); in AddFieldTypeToHClass()
1041 layout->AddKey(thread, index++, key.GetTaggedValue(), attributes); in AddFieldTypeToHClass()