Searched refs:inherited_property (Results 1 – 1 of 1) sorted by relevance
1532 ecma_property_t inherited_property = ecma_op_object_get_property (proto_p, in ecma_op_object_put_with_receiver() local1537 if (inherited_property != ECMA_PROPERTY_TYPE_NOT_FOUND) in ecma_op_object_put_with_receiver()1539 if (ECMA_PROPERTY_GET_TYPE (inherited_property) == ECMA_PROPERTY_TYPE_NAMEDACCESSOR) in ecma_op_object_put_with_receiver()1546 create_new_property = ecma_is_property_writable (inherited_property); in ecma_op_object_put_with_receiver()