Searched refs:ecma_is_property_writable (Results 1 – 7 of 7) sorted by relevance
218 if (ecma_is_property_writable (*property_p)) in ecma_op_put_value_lex_env_base()
478 JERRY_ASSERT (!is_current_configurable && !ecma_is_property_writable (current_prop)); in ecma_op_general_object_define_own_property()508 if (!ecma_is_property_writable (current_prop) in ecma_op_general_object_define_own_property()
1007 else if (!ecma_is_property_writable (ext_object_p->u.array.u.length_prop)) in ecma_op_array_object_set_length()1014 else if (!ecma_is_property_writable (ext_object_p->u.array.u.length_prop)) in ecma_op_array_object_set_length()1158 if (update_length && !ecma_is_property_writable (ext_object_p->u.array.u.length_prop)) in ecma_op_array_object_define_own_property()
1296 if (ecma_is_property_writable (ext_object_p->u.array.u.length_prop)) in ecma_op_object_put_with_receiver()1484 if (ecma_is_property_writable (*property_p)) in ecma_op_object_put_with_receiver()1546 create_new_property = ecma_is_property_writable (inherited_property); in ecma_op_object_put_with_receiver()1579 if (!ecma_is_property_writable (ext_object_p->u.array.u.length_prop)) in ecma_op_object_put_with_receiver()1930 …prop_desc_p->flags = (uint16_t) (prop_desc_p->flags | (ecma_is_property_writable (property) ? ECMA… in ecma_op_object_get_own_property_descriptor()
238 if (ecma_is_property_writable (*property_p)) in ecma_op_set_mutable_binding()
464 bool ecma_is_property_writable (ecma_property_t property);
1031 ecma_is_property_writable (ecma_property_t property) /**< property */ in ecma_is_property_writable() function