Home
last modified time | relevance | path

Searched refs:ECMA_MAX_CHARS_IN_STRINGIFIED_UINT32 (Results 1 – 3 of 3) sorted by relevance

/third_party/jerryscript/jerry-core/ecma/base/
Decma-helpers-string.c76 if (string_size > ECMA_MAX_CHARS_IN_STRINGIFIED_UINT32) in ecma_string_to_array_index()
84 if (string_size == ECMA_MAX_CHARS_IN_STRINGIFIED_UINT32) in ecma_string_to_array_index()
100 if (string_size < ECMA_MAX_CHARS_IN_STRINGIFIED_UINT32) in ecma_string_to_array_index()
618 lit_utf8_byte_t uint32_to_string_buffer[ECMA_MAX_CHARS_IN_STRINGIFIED_UINT32]; in ecma_append_chars_to_string()
650 if ((flags & ECMA_STRING_FLAG_IS_UINT32) && new_size <= ECMA_MAX_CHARS_IN_STRINGIFIED_UINT32) in ecma_append_chars_to_string()
731 lit_utf8_byte_t uint32_to_string_buffer[ECMA_MAX_CHARS_IN_STRINGIFIED_UINT32]; in ecma_concat_ecma_strings()
1817 lit_utf8_byte_t uint32_to_string_buffer1[ECMA_MAX_CHARS_IN_STRINGIFIED_UINT32]; in ecma_compare_ecma_strings_relational()
1818 lit_utf8_byte_t uint32_to_string_buffer2[ECMA_MAX_CHARS_IN_STRINGIFIED_UINT32]; in ecma_compare_ecma_strings_relational()
1830 ECMA_MAX_CHARS_IN_STRINGIFIED_UINT32); in ecma_compare_ecma_strings_relational()
1846 ECMA_MAX_CHARS_IN_STRINGIFIED_UINT32); in ecma_compare_ecma_strings_relational()
[all …]
Decma-globals.h1367 #define ECMA_MAX_CHARS_IN_STRINGIFIED_UINT32 10 macro
/third_party/jerryscript/jerry-core/api/
Djerry-snapshot.c1544 lit_utf8_byte_t uint32_to_str_buffer[ECMA_MAX_CHARS_IN_STRINGIFIED_UINT32]; in jerry_append_number_to_buffer()
1547 ECMA_MAX_CHARS_IN_STRINGIFIED_UINT32); in jerry_append_number_to_buffer()
1549 JERRY_ASSERT (utf8_str_size <= ECMA_MAX_CHARS_IN_STRINGIFIED_UINT32); in jerry_append_number_to_buffer()