Home
last modified time | relevance | path

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

/third_party/jerryscript/jerry-core/ecma/operations/
Decma-objects.c2106 const bool is_enumerable_only = (opts & ECMA_LIST_ENUMERABLE) != 0; in ecma_op_object_get_property_names() local
2364 if (!(is_enumerable_only && !ecma_is_property_enumerable (*property_p))) in ecma_op_object_get_property_names()
2441 JERRY_ASSERT (is_enumerable_only && !ecma_is_property_enumerable (*property_p)); in ecma_op_object_get_property_names()