Searched refs:ecma_is_property_configurable (Results 1 – 6 of 6) sorted by relevance
162 if (ecma_is_property_configurable (property)) in ecma_op_general_object_delete()456 const bool is_current_configurable = ecma_is_property_configurable (current_prop); in ecma_op_general_object_define_own_property()
357 if (!ecma_is_property_configurable (*prop_p)) in ecma_op_delete_binding()
831 && !ecma_is_property_configurable (current_prop_p->types[i])) in ecma_delete_array_properties()882 && ecma_is_property_configurable (current_prop_p->types[i])) in ecma_delete_array_properties()
789 && !ecma_is_property_configurable (*property_p)); in ecma_op_object_get_own_data_prop()1911 flags |= ecma_is_property_configurable (property) ? ECMA_PROP_IS_CONFIGURABLE: ECMA_PROP_NO_OPTS; in ecma_op_object_get_own_property_descriptor()
471 bool ecma_is_property_configurable (ecma_property_t property);
1101 ecma_is_property_configurable (ecma_property_t property) /**< property */ in ecma_is_property_configurable() function