Add support of 'default' clause in 'switch' statement

This commit is contained in:
Ilmir Usmanov
2014-10-13 16:28:36 +04:00
parent 9f6ebb310b
commit c33afca360
3 changed files with 77 additions and 11 deletions
+1
View File
@@ -1124,6 +1124,7 @@ lexer_seek (size_t locus)
JERRY_ASSERT (token_start == NULL);
buffer = buffer_start + locus;
saved_token = empty_token;
}
void