Home
last modified time | relevance | path

Searched refs:ecma_is_property_writable (Results 1 - 7 of 7) sorted by relevance

/third_party/jerryscript/jerry-core/ecma/operations/
H A Decma-get-put-value.c218 if (ecma_is_property_writable (*property_p)) in ecma_op_put_value_lex_env_base()
H A Decma-objects-general.c478 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()
H A Decma-array-object.c1007 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()
H A Decma-objects.c1296 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_PROP_IS_WRITABLE in ecma_op_object_get_own_property_descriptor()
H A Decma-lex-env.c238 if (ecma_is_property_writable (*property_p)) in ecma_op_set_mutable_binding()
/third_party/jerryscript/jerry-core/ecma/base/
H A Decma-helpers.h467 bool ecma_is_property_writable (ecma_property_t property);
H A Decma-helpers.c1036 ecma_is_property_writable (ecma_property_t property) /**< property */ in ecma_is_property_writable() function
1042 } /* ecma_is_property_writable */ in ecma_is_property_writable()

Completed in 10 milliseconds