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:
Andrey Shitov
2015-06-29 18:37:27 +03:00
parent a0c5974ab8
commit c4b0cd2196
23 changed files with 74 additions and 81 deletions
+1 -1
View File
@@ -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