Home
last modified time | relevance | path

Searched defs:is_enumerable (Results 1 – 5 of 5) sorted by relevance

/third_party/jerryscript/jerry-core/ecma/builtin-objects/
Decma-builtin-object-prototype.c220 bool is_enumerable = (prop_desc.flags & ECMA_PROP_IS_ENUMERABLE); in ecma_builtin_object_prototype_object_property_is_enumerable() local
/third_party/jerryscript/jerry-core/ecma/operations/
Decma-objects-general.c463 bool is_enumerable = (property_desc_p->flags & ECMA_PROP_IS_ENUMERABLE) != 0; in ecma_op_general_object_define_own_property() local
Decma-conversion.c688 uint32_t is_enumerable = (ecma_op_to_boolean (enumerable_prop_value) ? ECMA_PROP_IS_ENUMERABLE in ecma_op_to_property_descriptor() local
/third_party/jerryscript/jerry-core/include/
Djerryscript-core.h184 bool is_enumerable; member
/third_party/jerryscript/jerry-core/ecma/base/
Decma-helpers.c1079 bool is_enumerable) /**< new value for enumerable flag */ in ecma_set_property_enumerable_attr()