Home | History | Annotate | Download | only in src

Lines Matching refs:kData

2614   os << ": " << (kind == kData ? "kData" : "ACCESSORS") << ", attrs: ";
3348 // In case of kAccessor -> kData property reconfiguration, the property
3729 if (obj1 == obj2) return true; // Valid for both kData and kAccessor kinds.
3954 DCHECK_EQ(kData, details.kind());
4146 if (next_kind == kData) {
4314 if (next_kind == kData) {
4391 if (next_kind == kData) {
4517 map = ReconfigureProperty(map, i, kData, details.attributes(),
4626 return ReconfigureProperty(map, -1, kData, NONE, Representation::None(),
8606 if (details.kind() == kData) {
9495 return Map::ReconfigureProperty(map, descriptor, kData, attributes,
9527 TransitionArray::SearchTransition(*map, kData, *name, attributes);
19680 original_details.kind() == kData && details.kind() == kAccessor;