Home
last modified time | relevance | path

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

/third_party/jerryscript/jerry-core/ecma/operations/
Decma-objects-general.c704 bool current_is_data = (current_p->flags & data_desc_flags) != 0; in ecma_op_is_compatible_property_descriptor() local
713 if (current_is_data != desc_is_data) in ecma_op_is_compatible_property_descriptor()
719 if (current_is_data) in ecma_op_is_compatible_property_descriptor()