Add support of array initialization like [1,,,'4']

This commit is contained in:
Ilmir Usmanov
2014-09-30 19:44:45 +04:00
parent 9d129e15dc
commit 6561c3fe6c
3 changed files with 23 additions and 1 deletions
+3
View File
@@ -156,6 +156,9 @@ dump_variable (idx_t id)
case ECMA_SIMPLE_VALUE_TRUE: \
__printf ("true"); \
break; \
case ECMA_SIMPLE_VALUE_UNDEFINED: \
__printf ("undefined"); \
break; \
default: \
JERRY_UNREACHABLE (); \
} \