Home
last modified time | relevance | path

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

/third_party/jerryscript/jerry-core/lit/
Dlit-char-helpers.h31 #define LIT_CHAR_TAB ((ecma_char_t) 0x0009) /* tab */ macro
Dlit-char-helpers.c117 return (c == LIT_CHAR_SP || (c >= LIT_CHAR_TAB && c <= LIT_CHAR_CR)); in lit_char_is_white_space()
/third_party/jerryscript/jerry-core/ecma/builtin-objects/
Decma-builtin-json.c171 ecma_stringbuilder_append_byte (&result_builder, LIT_CHAR_TAB); in ecma_builtin_json_parse_string()
313 || *current_p == LIT_CHAR_TAB)) in ecma_builtin_json_parse_next_token()
825 case LIT_CHAR_TAB: in ecma_builtin_json_quote()
/third_party/jerryscript/jerry-core/parser/js/
Djs-lexer.c283 case LIT_CHAR_TAB: in lexer_skip_spaces()
1144 else if (*source_p == LIT_CHAR_TAB) in lexer_parse_string()
2735 case LIT_CHAR_TAB: in lexer_construct_regexp_object()
/third_party/jerryscript/jerry-core/parser/regexp/
Dre-parser.c525 re_ctx_p->token.value = LIT_CHAR_TAB; in re_parse_char_escape()