Searched refs:kNoCell (Results 1 – 10 of 10) sorted by relevance
/external/v8/src/objects/ |
D | literal-objects.cc | 150 PropertyCellType::kNoCell, enum_order); in AddToDictionaryTemplate() 193 PropertyDetails details(kData, DONT_ENUM, PropertyCellType::kNoCell, in AddToDictionaryTemplate() 227 PropertyDetails details(kData, DONT_ENUM, PropertyCellType::kNoCell, in AddToDictionaryTemplate() 251 PropertyDetails details(kAccessor, DONT_ENUM, PropertyCellType::kNoCell, in AddToDictionaryTemplate() 329 PropertyDetails details(kind, attribs, PropertyCellType::kNoCell, in AddConstant()
|
D | property-details.h | 207 kNoCell = kMutable, enumerator 240 PropertyCellType cell_type = PropertyCellType::kNoCell) {
|
D | elements.cc | 1306 return PropertyDetails(kData, NONE, PropertyCellType::kNoCell); in GetDetailsImpl() 1310 return PropertyDetails(kData, NONE, PropertyCellType::kNoCell); in GetDetailsImpl() 1462 details = PropertyDetails(kData, attributes, PropertyCellType::kNoCell, in ReconfigureImpl() 1471 PropertyDetails details(kData, attributes, PropertyCellType::kNoCell); in AddImpl() 3069 return PropertyDetails(kData, DONT_DELETE, PropertyCellType::kNoCell); in GetDetailsImpl() 3074 return PropertyDetails(kData, DONT_DELETE, PropertyCellType::kNoCell); in GetDetailsImpl() 4049 return PropertyDetails(kData, NONE, PropertyCellType::kNoCell); in GetDetailsImpl() 4261 PropertyDetails details(kData, attributes, PropertyCellType::kNoCell); in AddImpl() 4294 PropertyDetails details(kData, attributes, PropertyCellType::kNoCell); in ReconfigureImpl() 4465 return PropertyDetails(kData, attributes, PropertyCellType::kNoCell); in GetDetailsImpl()
|
D | lookup.cc | 584 PropertyDetails(kData, attributes, PropertyCellType::kNoCell); in PrepareTransitionToDataProperty() 599 PropertyDetails(kData, attributes, PropertyCellType::kNoCell); in PrepareTransitionToDataProperty()
|
D | js-objects.cc | 2994 PropertyCellType::kNoCell); in MigrateFastToSlow()
|
D | objects.cc | 3522 PropertyDetails details(kData, DONT_ENUM, PropertyCellType::kNoCell); in SetPrivateSymbol()
|
/external/v8/src/api/ |
D | api-natives.cc | 602 PropertyDetails details(kData, attributes, PropertyCellType::kNoCell); in AddDataProperty() 613 PropertyDetails details(kData, attributes, PropertyCellType::kNoCell); in AddDataProperty() 625 PropertyDetails details(kAccessor, attributes, PropertyCellType::kNoCell); in AddAccessorProperty()
|
/external/v8/src/runtime/ |
D | runtime-classes.cc | 476 PropertyDetails details(kAccessor, attribs, PropertyCellType::kNoCell); in AddDescriptorsByTemplate()
|
D | runtime-object.cc | 369 PropertyDetails property_details(kData, NONE, PropertyCellType::kNoCell); in RUNTIME_FUNCTION()
|
/external/v8/src/codegen/ |
D | code-stub-assembler.cc | 7877 PropertyDetails d(kData, NONE, PropertyCellType::kNoCell); in InsertEntry()
|