Fixed unreachable jump statements. (#2722)

JerryScript-DCO-1.0-Signed-off-by: László Langó llango.u-szeged@partner.samsung.com
This commit is contained in:
László Langó
2019-01-22 09:19:34 +01:00
committed by Zoltan Herczeg
parent 7ed7935084
commit 858c3e68a1
3 changed files with 6 additions and 4 deletions
+2 -1
View File
@@ -1211,8 +1211,9 @@ ecma_op_object_define_own_property (ecma_object_t *obj_p, /**< the object */
property_name_p,
property_desc_p,
is_throw);
#endif /* !CONFIG_DISABLE_ES2015_TYPEDARRAY_BUILTIN */
#else /* CONFIG_DISABLE_ES2015_TYPEDARRAY_BUILTIN */
break;
#endif /* !CONFIG_DISABLE_ES2015_TYPEDARRAY_BUILTIN */
}
}
} /* ecma_op_object_define_own_property */