Searched defs:PropertyCellType (Results 1 - 1 of 1) sorted by relevance

/external/v8/src/
H A Dproperty-details.h213 enum class PropertyCellType { class in namespace:v8::internal
240 PropertyCellType cell_type) {
269 return PropertyDetails(NONE, DATA, 0, PropertyCellType::kNoCell);
278 PropertyDetails set_cell_type(PropertyCellType type) const {
340 PropertyCellType cell_type() const {
353 class PropertyCellTypeField : public BitField<PropertyCellType, 5, 2> {};

Completed in 26 milliseconds