Home
last modified time | relevance | path

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

/external/v8/src/objects/
Dliteral-objects.cc150 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()
Dproperty-details.h207 kNoCell = kMutable, enumerator
240 PropertyCellType cell_type = PropertyCellType::kNoCell) {
Delements.cc1306 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()
Dlookup.cc584 PropertyDetails(kData, attributes, PropertyCellType::kNoCell); in PrepareTransitionToDataProperty()
599 PropertyDetails(kData, attributes, PropertyCellType::kNoCell); in PrepareTransitionToDataProperty()
Djs-objects.cc2994 PropertyCellType::kNoCell); in MigrateFastToSlow()
Dobjects.cc3522 PropertyDetails details(kData, DONT_ENUM, PropertyCellType::kNoCell); in SetPrivateSymbol()
/external/v8/src/api/
Dapi-natives.cc602 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/
Druntime-classes.cc476 PropertyDetails details(kAccessor, attribs, PropertyCellType::kNoCell); in AddDescriptorsByTemplate()
Druntime-object.cc369 PropertyDetails property_details(kData, NONE, PropertyCellType::kNoCell); in RUNTIME_FUNCTION()
/external/v8/src/codegen/
Dcode-stub-assembler.cc7877 PropertyDetails d(kData, NONE, PropertyCellType::kNoCell); in InsertEntry()