Lines Matching defs:details
385 TNode<Uint32T> details = LoadDetailsByDescriptorEntry(descriptors, 0);
386 GotoIf(IsSetWord32(details, PropertyDetails::kAttributesReadOnlyMask),
687 TNode<Uint32T> details = LoadDetailsByKeyIndex(descriptors, name_index);
688 JumpIfDataProperty(details, &ok_to_write, readonly);
694 details, var_accessor_pair);
703 TNode<Uint32T> details = LoadDetailsByKeyIndex(dictionary, entry);
704 JumpIfDataProperty(details, &ok_to_write, readonly);
725 TNode<Uint32T> details = Unsigned(LoadAndUntagToWord32ObjectField(
727 JumpIfDataProperty(details, &ok_to_write, readonly);
800 // See TransitionArray::CompareDetails() for details.
850 TNode<Uint32T> details = LoadDetailsByKeyIndex(descriptors, name_index);
852 JumpIfDataProperty(details, &data_property,
860 name_index, details, &var_accessor_pair);
875 name_index, details, p->value(),
882 descriptors, name_index, details,
927 TNode<Uint32T> details =
929 JumpIfDataProperty(details, &check_const,
947 GotoIfNot(IsPropertyDetailsConst(details), &overwrite);