Home
last modified time | relevance | path

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

/third_party/jerryscript/jerry-core/ecma/operations/
Decma-objects-general.c699 const uint32_t accessor_desc_flags = (ECMA_PROP_IS_SET_DEFINED | ECMA_PROP_IS_GET_DEFINED); in ecma_op_is_compatible_property_descriptor() local
702 bool desc_is_accessor = (desc_p->flags & accessor_desc_flags) != 0; in ecma_op_is_compatible_property_descriptor()