Home
last modified time | relevance | path

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

/third_party/jerryscript/tests/unit-core/
Dtest-stringbuilder.c105 ecma_stringbuilder_append_char (&builder, LIT_CHAR_1); in main()
121 ecma_stringbuilder_append_char (&builder, LIT_CHAR_1); in main()
139 ecma_stringbuilder_append_char (&builder, LIT_CHAR_1); in main()
177 ecma_stringbuilder_append_char (&builder, LIT_CHAR_1); in main()
/third_party/jerryscript/jerry-core/lit/
Dlit-char-helpers.h175 #define LIT_CHAR_1 ((ecma_char_t) '1') macro
Dlit-char-helpers.c310 return (c == LIT_CHAR_0 || c == LIT_CHAR_1); in lit_char_is_binary_digit()