mirror of
https://github.com/jerryscript-project/jerryscript.git
synced 2025-12-15 16:29:21 +00:00
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:
parent
507411f0a0
commit
3e86875333
@ -482,7 +482,7 @@ ecma_op_from_property_descriptor (const ecma_property_descriptor_t* src_prop_des
|
||||
{
|
||||
// 4.
|
||||
JERRY_ASSERT (src_prop_desc_p->is_get_defined
|
||||
&& src_prop_desc_p->is_set_defined);
|
||||
|| src_prop_desc_p->is_set_defined);
|
||||
|
||||
// a.
|
||||
if (src_prop_desc_p->get_p == NULL)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user