Home
last modified time | relevance | path

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

/third_party/jerryscript/jerry-core/ecma/base/
Decma-helpers-number.c938 const lit_utf8_byte_t *infinity_str_p = lit_get_magic_string_utf8 (LIT_MAGIC_STRING_INFINITY_UL); in ecma_number_parse_float() local
945 && memcmp (infinity_str_p, str_curr_p, infinity_length) == 0) in ecma_number_parse_float()