Implement Promise.any and AggregateError Object (#4623)
JerryScript-DCO-1.0-Signed-off-by: Bence Gabor Kis kisbg@inf.u-szeged.hu
This commit is contained in:
@@ -72,7 +72,8 @@ typedef enum
|
||||
JERRY_ERROR_REFERENCE, /**< ReferenceError */
|
||||
JERRY_ERROR_SYNTAX, /**< SyntaxError */
|
||||
JERRY_ERROR_TYPE, /**< TypeError */
|
||||
JERRY_ERROR_URI /**< URIError */
|
||||
JERRY_ERROR_URI, /**< URIError */
|
||||
JERRY_ERROR_AGGREGATE /**< AggregateError */
|
||||
} jerry_error_t;
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user