Searched refs:ECMA_PROP_IS_WRITABLE (Results 1 – 10 of 10) sorted by relevance
400 || !(property_desc_p->flags & ECMA_PROP_IS_WRITABLE)); in ecma_op_general_object_define_own_property()483 || (property_desc_p->flags & ECMA_PROP_IS_WRITABLE) in ecma_op_general_object_define_own_property()509 && ((property_desc_p->flags & ECMA_PROP_IS_WRITABLE) in ecma_op_general_object_define_own_property()600 …erty_writable_attr (ext_property_ref.property_p, (property_desc_p->flags & ECMA_PROP_IS_WRITABLE)); in ecma_op_general_object_define_own_property()723 if (!(current_p->flags & ECMA_PROP_IS_WRITABLE) in ecma_op_is_compatible_property_descriptor()724 && (desc_p->flags & ECMA_PROP_IS_WRITABLE)) in ecma_op_is_compatible_property_descriptor()729 if (!(current_p->flags & ECMA_PROP_IS_WRITABLE) in ecma_op_is_compatible_property_descriptor()
566 | ECMA_PROP_IS_WRITABLE in ecma_op_from_property_descriptor()588 prop_desc.value = ecma_make_boolean_value (src_prop_desc_p->flags & ECMA_PROP_IS_WRITABLE); in ecma_op_from_property_descriptor()745 uint32_t is_writable = (ecma_op_to_boolean (writable_prop_value) ? ECMA_PROP_IS_WRITABLE in ecma_op_to_property_descriptor()
1057 | ECMA_PROP_IS_WRITABLE)1081 || !(property_desc_p->flags & ECMA_PROP_IS_WRITABLE)); in ecma_op_array_object_define_own_property()1104 if (property_desc_p->flags & ECMA_PROP_IS_WRITABLE) in ecma_op_array_object_define_own_property()
293 && !(property_desc_p->flags & ECMA_PROP_IS_WRITABLE)) in ecma_op_arguments_object_define_own_property()
1160 && !(target_desc.flags & ECMA_PROP_IS_WRITABLE) in ecma_proxy_object_get()1275 && !(target_desc.flags & ECMA_PROP_IS_WRITABLE) in ecma_proxy_object_set()
1312 && !(property_desc_p->flags & ECMA_PROP_IS_WRITABLE))) in ecma_op_typedarray_define_index_prop()
1183 || !(prop_desc.flags & ECMA_PROP_IS_WRITABLE)) in ecma_op_object_put_apply_receiver()1930 …gs = (uint16_t) (prop_desc_p->flags | (ecma_is_property_writable (property) ? ECMA_PROP_IS_WRITABLE in ecma_op_object_get_own_property_descriptor()
438 if ((prop_desc.flags & (ECMA_PROP_IS_WRITABLE_DEFINED | ECMA_PROP_IS_WRITABLE)) in ecma_builtin_object_set_integrity_level()439 == (ECMA_PROP_IS_WRITABLE_DEFINED | ECMA_PROP_IS_WRITABLE)) in ecma_builtin_object_set_integrity_level()441 prop_desc.flags &= (uint16_t) ~ECMA_PROP_IS_WRITABLE; in ecma_builtin_object_set_integrity_level()653 … bool is_writable_data = ((prop_desc.flags & (ECMA_PROP_IS_VALUE_DEFINED | ECMA_PROP_IS_WRITABLE)) in ecma_builtin_object_test_integrity_level()654 == (ECMA_PROP_IS_VALUE_DEFINED | ECMA_PROP_IS_WRITABLE)); in ecma_builtin_object_test_integrity_level()
1074 ECMA_PROP_IS_WRITABLE = (1 << 4), /** [[Writable]] */ enumerator
2641 …gs |= (uint32_t) (ECMA_PROP_IS_WRITABLE_DEFINED | (prop_desc_p->is_writable ? ECMA_PROP_IS_WRITABLE in jerry_define_own_property()2737 …_writable = prop_desc_p->is_writable_defined ? (prop_desc.flags & ECMA_PROP_IS_WRITABLE) != 0 : fa… in jerry_get_own_property_descriptor()