Change ecma_length_t and jerry_api_length_t from uint16_t to uint32_t.
JerryScript-DCO-1.0-Signed-off-by: Andrey Shitov a.shitov@samsung.com
This commit is contained in:
@@ -43,7 +43,7 @@ typedef ecma_char_t *ecma_char_ptr_t;
|
||||
/**
|
||||
* Description of a collection's/string's length
|
||||
*/
|
||||
typedef uint16_t ecma_length_t;
|
||||
typedef uint32_t ecma_length_t;
|
||||
|
||||
/**
|
||||
* ECMA string hash
|
||||
|
||||
Reference in New Issue
Block a user