Home
last modified time | relevance | path

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

/external/v8/src/
Dobjects.cc7286 bool current_is_data_descriptor = in ValidateAndApplyPropertyDescriptor() local
7294 } else if (current_is_data_descriptor != desc_is_data_descriptor) { in ValidateAndApplyPropertyDescriptor()
7303 if (current_is_data_descriptor) { in ValidateAndApplyPropertyDescriptor()
7321 } else if (current_is_data_descriptor && desc_is_data_descriptor) { in ValidateAndApplyPropertyDescriptor()
7391 (desc_is_generic_descriptor && current_is_data_descriptor)) { in ValidateAndApplyPropertyDescriptor()