Lines Matching defs:details
15 #include "src/objects/property-details.h"
42 TNode<Word32T> details,
67 TNode<BoolT> IsPropertyEnumerable(TNode<Uint32T> details);
73 TNode<Uint32T> LoadPropertyKind(TNode<Uint32T> details) {
74 return DecodeWord32<PropertyDetails::KindField>(details);
147 TNode<Uint32T> details) {
149 DecodeWord32<PropertyDetails::AttributesField>(details);
292 TNode<Uint32T> details =
295 TNode<Uint32T> kind = LoadPropertyKind(details);
303 GotoIfNot(IsPropertyEnumerable(details), &next_descriptor);
311 descriptor_name_index, details,
1513 TNode<Context> context, TNode<Object> raw_value, TNode<Word32T> details,
1530 IsNotSetWord32(details, PropertyDetails::kAttributesDontEnumMask),
1531 IsNotSetWord32(details, PropertyDetails::kAttributesDontDeleteMask));
1539 IsNotSetWord32(details, PropertyDetails::kAttributesReadOnlyMask),
1540 IsNotSetWord32(details, PropertyDetails::kAttributesDontEnumMask),
1541 IsNotSetWord32(details, PropertyDetails::kAttributesDontDeleteMask));