Searched refs:data_desc_flags (Results 1 – 1 of 1) sorted by relevance
700 const uint32_t data_desc_flags = (ECMA_PROP_IS_VALUE_DEFINED | ECMA_PROP_IS_WRITABLE_DEFINED); in ecma_op_is_compatible_property_descriptor() local703 bool desc_is_data = (desc_p->flags & data_desc_flags) != 0; in ecma_op_is_compatible_property_descriptor()704 bool current_is_data = (current_p->flags & data_desc_flags) != 0; in ecma_op_is_compatible_property_descriptor()