Home
last modified time | relevance | path

Searched refs:kNoCell (Results 1 – 4 of 4) sorted by relevance

/third_party/node/deps/v8/src/objects/
Dproperty-details.h260 kNoCell = kMutable, enumerator
290 PropertyCellTypeField::encode(PropertyCellType::kNoCell)) {}
305 PropertyCellType cell_type = PropertyCellType::kNoCell) {
470 DCHECK_EQ(PropertyCellType::kNoCell, cell_type()); in ToByte()
471 STATIC_ASSERT(static_cast<int>(PropertyCellType::kNoCell) == 0); in ToByte()
488 DCHECK_EQ(PropertyCellType::kNoCell, details.cell_type()); in FromByte()
Delements.cc1368 PropertyCellType::kNoCell); in GetDetailsImpl()
1373 PropertyCellType::kNoCell); in GetDetailsImpl()
1528 PropertyCellType::kNoCell, details.dictionary_index()); in ReconfigureImpl()
1538 PropertyCellType::kNoCell); in AddImpl()
3212 PropertyCellType::kNoCell); in GetDetailsImpl()
3218 PropertyCellType::kNoCell); in GetDetailsImpl()
4530 PropertyCellType::kNoCell); in GetDetailsImpl()
4745 PropertyCellType::kNoCell); in AddImpl()
4780 PropertyCellType::kNoCell); in ReconfigureImpl()
4959 PropertyCellType::kNoCell); in GetDetailsImpl()
Dliteral-objects.cc458 PropertyDetails details(kind, attribs, PropertyCellType::kNoCell, in AddConstant()
Dlookup.cc1329 PropertyCellType::kNoCell); in LookupInRegularHolder()