Add JERRY_FEATURE_JS_PARSER to compile time enabled feature types. (#1487)

JerryScript-DCO-1.0-Signed-off-by: Robert Sipka rsipka.uszeged@partner.samsung.com
This commit is contained in:
Robert Sipka
2016-12-13 10:05:59 +01:00
committed by GitHub
parent 6904b9bd65
commit ee93cb6320
3 changed files with 10 additions and 5 deletions
+2 -1
View File
@@ -69,8 +69,9 @@ typedef enum
typedef enum
{
JERRY_FEATURE_ERROR_MESSAGES, /**< error messages */
JERRY_FEATURE_CPOINTER_32_BIT, /**< 32 bit compressed pointers */
JERRY_FEATURE_ERROR_MESSAGES, /**< error messages */
JERRY_FEATURE_JS_PARSER, /**< js-parser */
JERRY_FEATURE_MEM_STATS, /**< memory statistics */
JERRY_FEATURE_PARSER_DUMP, /**< parser byte-code dumps */
JERRY_FEATURE_REGEXP_DUMP, /**< regexp byte-code dumps */