Searched refs:LIT_CHAR_SP (Results 1 – 6 of 6) sorted by relevance
34 #define LIT_CHAR_SP ((ecma_char_t) 0x0020) /* space */ macro208 #define LEXER_TO_ASCII_LOWERCASE(character) ((character) | LIT_CHAR_SP)
117 return (c == LIT_CHAR_SP || (c >= LIT_CHAR_TAB && c <= LIT_CHAR_CR)); in lit_char_is_white_space()
86 ecma_stringbuilder_append_byte (&func_name_builder, LIT_CHAR_SP); in vm_get_function_name_string()
310 && (*current_p == LIT_CHAR_SP in ecma_builtin_json_parse_next_token()796 else if (c < LIT_CHAR_SP) in ecma_builtin_json_quote()935 ecma_stringbuilder_append_byte (&context_p->result_builder, LIT_CHAR_SP); in ecma_builtin_json_serialize_object()1546 memset (space_buff, LIT_CHAR_SP, (size_t) num_of_spaces); in ecma_builtin_json_stringify()
1553 ecma_stringbuilder_append_byte (&builder, LIT_CHAR_SP); in jerry_debugger_exception_object_to_string()
276 case LIT_CHAR_SP: in lexer_skip_spaces()