Add ERR_MEMORY exit code to show that there was not enough memory; fix debug.stm build
This commit is contained in:
@@ -53,6 +53,7 @@ typedef enum
|
||||
ERR_INT_LITERAL = -7,
|
||||
ERR_STRING = -8,
|
||||
ERR_PARSER = -9,
|
||||
ERR_MEMORY = -10,
|
||||
ERR_GENERAL = -255
|
||||
} jerry_status_t;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user