Searched defs:is_enumerable (Results 1 – 5 of 5) sorted by relevance
220 bool is_enumerable = (prop_desc.flags & ECMA_PROP_IS_ENUMERABLE); in ecma_builtin_object_prototype_object_property_is_enumerable() local
463 bool is_enumerable = (property_desc_p->flags & ECMA_PROP_IS_ENUMERABLE) != 0; in ecma_op_general_object_define_own_property() local
688 uint32_t is_enumerable = (ecma_op_to_boolean (enumerable_prop_value) ? ECMA_PROP_IS_ENUMERABLE in ecma_op_to_property_descriptor() local
184 bool is_enumerable; member
1079 bool is_enumerable) /**< new value for enumerable flag */ in ecma_set_property_enumerable_attr()