Home
last modified time | relevance | path

Searched refs:LIT_CHAR_LOWERCASE_U (Results 1 – 7 of 7) sorted by relevance

/third_party/jerryscript/jerry-core/ecma/builtin-objects/
Decma-builtin-global.c661 output_char_p[1] = LIT_CHAR_LOWERCASE_U; in ecma_builtin_global_object_escape()
731 else if (status == 1 && chr == LIT_CHAR_LOWERCASE_U) in ecma_builtin_global_object_unescape()
Decma-builtin-regexp-prototype.c104 LIT_CHAR_LOWERCASE_U, in ecma_builtin_regexp_prototype_get_flags()
Decma-builtin-json.c175 case LIT_CHAR_LOWERCASE_U: in ecma_builtin_json_parse_string()
832 ecma_stringbuilder_append_byte (builder_p, LIT_CHAR_LOWERCASE_U); in ecma_builtin_json_quote()
/third_party/jerryscript/jerry-core/lit/
Dlit-char-helpers.h164 #define LIT_CHAR_LOWERCASE_U ((ecma_char_t) 'u') macro
/third_party/jerryscript/jerry-core/parser/js/
Djs-lexer.c161 uint32_t length = (char_p[-1] == LIT_CHAR_LOWERCASE_U) ? 4 : 2; in lexer_unchecked_hex_to_character()
645 if (source_p + 5 <= source_end_p && source_p[1] == LIT_CHAR_LOWERCASE_U) in lexer_parse_identifier()
657 if (source_p + 6 <= source_end_p && source_p[1] == LIT_CHAR_LOWERCASE_U) in lexer_parse_identifier()
1079 if (*source_p == LIT_CHAR_LOWERCASE_X || *source_p == LIT_CHAR_LOWERCASE_U) in lexer_parse_string()
1089 && source_p[0] == LIT_CHAR_LOWERCASE_U in lexer_parse_string()
2224 if (*source_p == LIT_CHAR_LOWERCASE_X || *source_p == LIT_CHAR_LOWERCASE_U) in lexer_convert_literal_to_chars()
2794 else if (source_p[0] == LIT_CHAR_LOWERCASE_U) in lexer_construct_regexp_object()
/third_party/jerryscript/jerry-core/parser/regexp/
Dre-parser.c584 case LIT_CHAR_LOWERCASE_U: in re_parse_char_escape()
644 re_ctx_p->token.value = LIT_CHAR_LOWERCASE_U; in re_parse_char_escape()
/third_party/jerryscript/jerry-core/ecma/operations/
Decma-regexp-object.c2070 case LIT_CHAR_LOWERCASE_U: in ecma_regexp_split_helper()