Generate bytecode while parsing

This commit is contained in:
Ilmir Usmanov
2014-07-22 20:49:51 +04:00
parent 9a0b54313d
commit efb7009cfb
16 changed files with 1882 additions and 3281 deletions
+2 -2
View File
@@ -69,9 +69,9 @@ jerry_Exit( jerry_Status_t code) /**< status code */
case ERR_GENERAL:
__printf("ERR_GENERAL\n");
break;
default:
__printf( "Return code is zero");
}
jerry_AssertFail( "Return code is zero", __FILE__, __LINE__);
}
#endif /* !JERRY_NDEBUG */