Home
last modified time | relevance | path

Searched refs:kInTransition (Results 1 – 5 of 5) sorted by relevance

/third_party/node/deps/v8/src/objects/
Dproperty-cell-inl.h63 transition_marker.set_cell_type(PropertyCellType::kInTransition); in Transition()
Dproperty-details.h258 kInTransition, enumerator
Dobjects.cc200 case PropertyCellType::kInTransition: in operator <<()
6642 case PropertyCellType::kInTransition: in UpdatedType()
6703 CHECK_NE(cell_type, PropertyCellType::kInTransition); in CheckDataIsCompatible()
6737 case PropertyCellType::kInTransition: in CanTransitionTo()
/third_party/node/deps/v8/src/compiler/
Dheap-refs.cc255 if (property_details.cell_type() == PropertyCellType::kInTransition) { in Cache()
Djs-native-context-specialization.cc971 case PropertyCellType::kInTransition: in ReduceGlobalAccess()