Home
last modified time | relevance | path

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

/third_party/jerryscript/jerry-core/ecma/operations/
Decma-objects-general.c702 bool desc_is_accessor = (desc_p->flags & accessor_desc_flags) != 0; in ecma_op_is_compatible_property_descriptor() local
707 if (!desc_is_accessor && !desc_is_data) in ecma_op_is_compatible_property_descriptor()