Searched refs:is_current_configurable (Results 1 – 1 of 1) sorted by relevance
456 const bool is_current_configurable = ecma_is_property_configurable (current_prop); in ecma_op_general_object_define_own_property() local464 if (!is_current_configurable in ecma_op_general_object_define_own_property()478 JERRY_ASSERT (!is_current_configurable && !ecma_is_property_writable (current_prop)); in ecma_op_general_object_define_own_property()503 if (JERRY_UNLIKELY (!is_current_configurable)) in ecma_op_general_object_define_own_property()543 if (!is_current_configurable) in ecma_op_general_object_define_own_property()