Lines Matching defs:details
35 #include "src/objects/property-details.h"
181 // details.
641 PropertyDetails details = map->instance_descriptors(isolate_).GetDetails(i);
642 if (details.IsDontEnum()) continue;
647 details.location() == PropertyLocation::kField)) {
648 DCHECK_EQ(PropertyKind::kData, details.kind());
651 details.representation(), field_index);
2336 PropertyDetails details =
2338 Representation expected_representation = details.representation();
2347 details.constness(),