Home
last modified time | relevance | path

Searched refs:LIT_CHAR_LOWERCASE_E (Results 1 - 5 of 5) sorted by relevance

/third_party/jerryscript/jerry-core/ecma/base/
H A Decma-helpers-conversion.c519 && (*str_p == LIT_CHAR_LOWERCASE_E in ecma_utf8_string_to_number()
1134 *dst_p++ = LIT_CHAR_LOWERCASE_E; in ecma_number_to_utf8_string()
H A Decma-helpers-number.c1028 if ((current == LIT_CHAR_LOWERCASE_E || current == LIT_CHAR_UPPERCASE_E) in ecma_number_parse_float()
/third_party/jerryscript/jerry-core/ecma/builtin-objects/
H A Decma-builtin-json.c268 if (current_p < end_p && (*current_p == LIT_CHAR_LOWERCASE_E || *current_p == LIT_CHAR_UPPERCASE_E)) in ecma_builtin_json_parse_number()
/third_party/jerryscript/jerry-core/parser/js/
H A Djs-parser-statm.c1757 JERRY_ASSERT (context_p->source_p[-1] == LIT_CHAR_LOWERCASE_E in parser_parse_switch_statement_start()
H A Djs-lexer.c1389 && LEXER_TO_ASCII_LOWERCASE (source_p[0]) == LIT_CHAR_LOWERCASE_E) in lexer_parse_number()

Completed in 10 milliseconds