Add missing BigInt type for value type query API (#4362)
Extended the `jerry_type_t` enum with `JERRY_TYPE_BIGINT` and added it to the `jerry_value_get_type`. JerryScript-DCO-1.0-Signed-off-by: Peter Gal pgal.usz@partner.samsung.com
This commit is contained in:
@@ -411,6 +411,7 @@ typedef enum
|
||||
JERRY_TYPE_FUNCTION, /**< function type */
|
||||
JERRY_TYPE_ERROR, /**< error/abort type */
|
||||
JERRY_TYPE_SYMBOL, /**< symbol type */
|
||||
JERRY_TYPE_BIGINT, /**< bigint type */
|
||||
} jerry_type_t;
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user