Home
last modified time | relevance | path

Searched refs:kInvalidated (Results 1 – 2 of 2) sorted by relevance

/external/v8/src/
Dproperty-details.h218 kInvalidated = kConstant, // Cell has been deleted or invalidated. enumerator
Dobjects.cc6211 cell->property_details().set_cell_type(PropertyCellType::kInvalidated)); in DeleteNormalizedProperty()
17730 PropertyCellType::kInvalidated); in EnsurePropertyCell()
19622 details = details.set_cell_type(is_the_hole ? PropertyCellType::kInvalidated in InvalidateEntry()
19631 details = details.set_cell_type(PropertyCellType::kInvalidated); in InvalidateEntry()
19670 case PropertyCellType::kInvalidated: in UpdatedType()