Home
last modified time | relevance | path

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

/third_party/jerryscript/jerry-core/ecma/operations/
Decma-objects-general.c397 JERRY_ASSERT ((property_desc_p->flags & ECMA_PROP_IS_ENUMERABLE_DEFINED) in ecma_op_general_object_define_own_property()
466 || ((property_desc_p->flags & ECMA_PROP_IS_ENUMERABLE_DEFINED) in ecma_op_general_object_define_own_property()
622 if (property_desc_p->flags & ECMA_PROP_IS_ENUMERABLE_DEFINED) in ecma_op_general_object_define_own_property()
692 if ((desc_p->flags & ECMA_PROP_IS_ENUMERABLE_DEFINED) in ecma_op_is_compatible_property_descriptor()
Decma-conversion.c567 | ECMA_PROP_IS_ENUMERABLE_DEFINED in ecma_op_from_property_descriptor()
691 prop_desc.flags |= (uint16_t) (ECMA_PROP_IS_ENUMERABLE_DEFINED | is_enumerable); in ecma_op_to_property_descriptor()
Decma-objects-arguments.c178 | ECMA_PROP_IS_ENUMERABLE_DEFINED in ecma_op_create_arguments_object()
Decma-array-object.c1052 | ECMA_PROP_IS_ENUMERABLE_DEFINED \
1078 JERRY_ASSERT ((property_desc_p->flags & ECMA_PROP_IS_ENUMERABLE_DEFINED) in ecma_op_array_object_define_own_property()
Decma-typedarray-object.c1309 || ((property_desc_p->flags & ECMA_PROP_IS_ENUMERABLE_DEFINED) in ecma_op_typedarray_define_index_prop()
Decma-objects.c1913 …prop_desc_p->flags = (uint16_t) (ECMA_PROP_IS_ENUMERABLE_DEFINED | ECMA_PROP_IS_CONFIGURABLE_DEFIN… in ecma_op_object_get_own_property_descriptor()
/third_party/jerryscript/jerry-core/ecma/base/
Decma-globals.h1079 ECMA_PROP_IS_ENUMERABLE_DEFINED = (1 << 8), /** Is [[Enumerable]] defined? */ enumerator
/third_party/jerryscript/jerry-core/api/
Djerry.c2616 …flags |= (uint32_t) (ECMA_PROP_IS_ENUMERABLE_DEFINED | (prop_desc_p->is_enumerable ? ECMA_PROP_IS_… in jerry_define_own_property()