Searched refs:kNoCell (Results 1 – 6 of 6) sorted by relevance
/external/v8/src/ |
D | property-details.h | 220 kNoCell = kMutable, enumerator 254 PropertyCellType cell_type = PropertyCellType::kNoCell) {
|
D | api-natives.cc | 551 PropertyDetails details(kData, attributes, 0, PropertyCellType::kNoCell); in AddDataProperty() 563 PropertyDetails details(kData, attributes, 0, PropertyCellType::kNoCell); in AddDataProperty() 576 PropertyDetails details(kAccessor, attributes, 0, PropertyCellType::kNoCell); in AddAccessorProperty()
|
D | elements.cc | 1297 return PropertyDetails(kData, NONE, 0, PropertyCellType::kNoCell); in GetDetailsImpl() 1301 return PropertyDetails(kData, NONE, 0, PropertyCellType::kNoCell); in GetDetailsImpl() 1468 PropertyCellType::kNoCell); in ReconfigureImpl() 1475 PropertyDetails details(kData, attributes, 0, PropertyCellType::kNoCell); in AddImpl() 2774 return PropertyDetails(kData, DONT_DELETE, 0, PropertyCellType::kNoCell); in GetDetailsImpl() 2779 return PropertyDetails(kData, DONT_DELETE, 0, PropertyCellType::kNoCell); in GetDetailsImpl() 3150 return PropertyDetails(kData, NONE, 0, PropertyCellType::kNoCell); in GetDetailsImpl() 3339 PropertyDetails details(kData, attributes, 0, PropertyCellType::kNoCell); in AddImpl() 3371 PropertyDetails details(kData, attributes, 0, PropertyCellType::kNoCell); in ReconfigureImpl() 3550 return PropertyDetails(kData, attributes, 0, PropertyCellType::kNoCell); in GetDetailsImpl()
|
D | lookup.cc | 369 PropertyDetails(kData, attributes, 0, PropertyCellType::kNoCell); in PrepareTransitionToDataProperty() 383 PropertyDetails(kData, attributes, 0, PropertyCellType::kNoCell); in PrepareTransitionToDataProperty()
|
D | code-stub-assembler.cc | 4627 PropertyDetails d(kData, NONE, kInitialIndex, PropertyCellType::kNoCell); in InsertEntry()
|
D | objects.cc | 3671 PropertyCellType::kNoCell); in MigrateFastToSlow() 6912 PropertyDetails details(kData, DONT_ENUM, 0, PropertyCellType::kNoCell); in SetPrivateProperty()
|