Home
last modified time | relevance | path

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

/third_party/jerryscript/jerry-core/ecma/base/
Decma-helpers-number.c939 const lit_utf8_size_t infinity_length = lit_get_magic_string_size (LIT_MAGIC_STRING_INFINITY_UL); in ecma_number_parse_float() local
944 if ((str_end_p - str_curr_p) >= (int) infinity_length in ecma_number_parse_float()
945 && memcmp (infinity_str_p, str_curr_p, infinity_length) == 0) in ecma_number_parse_float()