Home
last modified time | relevance | path

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

/third_party/jerryscript/jerry-core/lit/
Dlit-char-helpers.h177 #define LIT_CHAR_3 ((ecma_char_t) '3') macro
/third_party/jerryscript/tests/unit-core/
Dtest-stringbuilder.c107 ecma_stringbuilder_append_char (&builder, LIT_CHAR_3); in main()
/third_party/jerryscript/jerry-core/parser/js/
Djs-lexer.c1024 if (*source_p >= LIT_CHAR_0 && *source_p <= LIT_CHAR_3) in lexer_parse_string()
2181 if (*source_p >= LIT_CHAR_0 && *source_p <= LIT_CHAR_3) in lexer_convert_literal_to_chars()