Home
last modified time | relevance | path

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

/external/v8/src/
Dobjects.cc1430 PropertyDetails original_details = property_dictionary->DetailsAt(entry); in SetNormalizedProperty() local
1431 int enumeration_index = original_details.dictionary_index(); in SetNormalizedProperty()
19701 const PropertyDetails original_details = cell->property_details(); in UpdateCell() local
19704 original_details.kind() == kData && details.kind() == kAccessor; in UpdateCell()
19705 int index = original_details.dictionary_index(); in UpdateCell()
19706 PropertyCellType old_type = original_details.cell_type(); in UpdateCell()
19718 PropertyCellType new_type = UpdatedType(cell, value, original_details); in UpdateCell()
19728 original_details.IsReadOnly() != details.IsReadOnly())) { in UpdateCell()