Fix incorrect assertion ecma_op_from_property_descriptor.
JerryScript-DCO-1.0-Signed-off-by: Evgeny Gavrin e.gavrin@samsung.com
This commit is contained in:
@@ -482,7 +482,7 @@ ecma_op_from_property_descriptor (const ecma_property_descriptor_t* src_prop_des
|
|||||||
{
|
{
|
||||||
// 4.
|
// 4.
|
||||||
JERRY_ASSERT (src_prop_desc_p->is_get_defined
|
JERRY_ASSERT (src_prop_desc_p->is_get_defined
|
||||||
&& src_prop_desc_p->is_set_defined);
|
|| src_prop_desc_p->is_set_defined);
|
||||||
|
|
||||||
// a.
|
// a.
|
||||||
if (src_prop_desc_p->get_p == NULL)
|
if (src_prop_desc_p->get_p == NULL)
|
||||||
|
|||||||
Reference in New Issue
Block a user