Home
last modified time | relevance | path

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

/third_party/jerryscript/jerry-core/ecma/builtin-objects/
Decma-builtin-date.c113 bool is_year_sign_negative = ecma_date_parse_special_char (str_p, str_end_p, '-'); in ecma_date_parse_year() local
126 if (is_year_sign_negative) in ecma_date_parse_year()
305 bool is_year_sign_negative = ecma_date_parse_special_char (&date_str_curr_p, date_str_end_p, '-'); in ecma_builtin_date_parse_ISO_string_format() local
306 if (is_year_sign_negative || ecma_date_parse_special_char (&date_str_curr_p, date_str_end_p, '+')) in ecma_builtin_date_parse_ISO_string_format()
313 if (is_year_sign_negative) in ecma_builtin_date_parse_ISO_string_format()