Implementation of unimplemented Jerry API parts; adding Jerry API unit test based on test prepared by Ilyong.

This commit is contained in:
Ruben Ayrapetyan
2015-03-30 20:35:58 +03:00
parent cf5e158510
commit 33cfaa73b3
5 changed files with 430 additions and 147 deletions
@@ -440,12 +440,6 @@ ecma_op_extension_object_get_own_property (ecma_object_t *obj_p, /**< the extens
switch (field_p->type)
{
case JERRY_API_DATA_TYPE_EMPTY:
{
value = ecma_make_simple_value (ECMA_SIMPLE_VALUE_EMPTY);
break;
}
case JERRY_API_DATA_TYPE_UNDEFINED:
{
value = ecma_make_simple_value (ECMA_SIMPLE_VALUE_UNDEFINED);