Searched refs:infinity_zt_str_p (Results 1 – 1 of 1) sorted by relevance
427 …const lit_utf8_byte_t *infinity_zt_str_p = lit_get_magic_string_utf8 (LIT_MAGIC_STRING_INFINITY_UL… in ecma_utf8_string_to_number() local429 JERRY_ASSERT (strlen ((const char *) infinity_zt_str_p) == 8); in ecma_utf8_string_to_number()431 if ((end_p - str_p) == (8 - 1) && memcmp (infinity_zt_str_p, str_p, 8) == 0) in ecma_utf8_string_to_number()