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/
H A 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/
H A 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
H A 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/
H A Djerryscript-core.h184 bool is_enumerable; member
/third_party/jerryscript/jerry-core/ecma/base/
H A Decma-helpers.c1083 ecma_set_property_enumerable_attr(ecma_property_t *property_p, bool is_enumerable) ecma_set_property_enumerable_attr() argument

Completed in 6 milliseconds