Lines Matching defs:attributes
499 PropertyAttributes attributes = PropertyAttributes::Default(false, false, false);
500 attributes.SetIsInlinedProps(true);
501 attributes.SetRepresentation(Representation::TAGGED);
507 attributes.SetOffset(index);
508 attributes.SetIsAccessor(each.GetIsAccessor());
509 attributes.SetWritable(each.GetWritable());
510 attributes.SetEnumerable(each.GetEnumerable());
511 attributes.SetConfigurable(each.GetConfigurable());
517 layout->AddKey(thread_, index++, keyString.GetTaggedValue(), attributes);
529 PropertyAttributes attributes = PropertyAttributes::Default(false, false, false);
530 attributes.SetIsInlinedProps(true);
531 attributes.SetRepresentation(Representation::TAGGED);
536 attributes.SetOffset(index);
537 attributes.SetIsAccessor(each.GetIsAccessor());
538 attributes.SetWritable(each.GetWritable());
539 attributes.SetEnumerable(each.GetEnumerable());
540 attributes.SetConfigurable(each.GetConfigurable());
542 layout->AddKey(thread_, index++, keyString.GetTaggedValue(), attributes);
756 // Symbol attributes
2045 // initialize RegExp.$1 .. $9 static and read-only attributes
2837 // ecma 19.2.3.6 Function.prototype[@@hasInstance] has the attributes
2870 // ecma 19.2.3.6 Function.prototype[@@hasInstance] has the attributes