Home
last modified time | relevance | path

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

/external/v8/src/
Dproperty-details.h220 kNoCell = kMutable, enumerator
254 PropertyCellType cell_type = PropertyCellType::kNoCell) {
Dapi-natives.cc551 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()
Delements.cc1297 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()
Dlookup.cc369 PropertyDetails(kData, attributes, 0, PropertyCellType::kNoCell); in PrepareTransitionToDataProperty()
383 PropertyDetails(kData, attributes, 0, PropertyCellType::kNoCell); in PrepareTransitionToDataProperty()
Dcode-stub-assembler.cc4627 PropertyDetails d(kData, NONE, kInitialIndex, PropertyCellType::kNoCell); in InsertEntry()
Dobjects.cc3671 PropertyCellType::kNoCell); in MigrateFastToSlow()
6912 PropertyDetails details(kData, DONT_ENUM, 0, PropertyCellType::kNoCell); in SetPrivateProperty()