Home
last modified time | relevance | path

Searched refs:LIT_CHAR_GRAVE_ACCENT (Results 1 - 4 of 4) sorted by relevance

/third_party/jerryscript/jerry-core/parser/js/
H A Djs-lexer.c937 str_end_character = LIT_CHAR_GRAVE_ACCENT; in lexer_parse_string()
1002 if ((*source_p == LIT_CHAR_GRAVE_ACCENT) || (*source_p == LIT_CHAR_BACKSLASH)) in lexer_parse_string()
1119 else if (str_end_character == LIT_CHAR_GRAVE_ACCENT && in lexer_parse_string()
1151 else if (str_end_character == LIT_CHAR_GRAVE_ACCENT) in lexer_parse_string()
1222 context_p->token.type = ((str_end_character != LIT_CHAR_GRAVE_ACCENT) ? LEXER_LITERAL in lexer_parse_string()
1762 case LIT_CHAR_GRAVE_ACCENT: in lexer_next_token()
1871 case LIT_CHAR_GRAVE_ACCENT: in lexer_check_post_primary_exp()
2135 str_end_character = LIT_CHAR_GRAVE_ACCENT; in lexer_convert_literal_to_chars()
2275 else if (str_end_character == LIT_CHAR_GRAVE_ACCENT) in lexer_convert_literal_to_chars()
2298 if ((*(source_p + 1) == LIT_CHAR_GRAVE_ACCENT) || (*(source_ in lexer_convert_literal_to_chars()
[all...]
H A Djs-parser-expr.c1372 while (context_p->source_p[-1] != LIT_CHAR_GRAVE_ACCENT) in parser_parse_template_literal()
1443 while (context_p->source_p[-1] != LIT_CHAR_GRAVE_ACCENT) in parser_parse_tagged_template_literal()
1602 if (context_p->source_p[-1] != LIT_CHAR_GRAVE_ACCENT) in parser_parse_unary_expression()
H A Djs-scanner.c159 if (context_p->source_p[-1] != LIT_CHAR_GRAVE_ACCENT) in scanner_scan_primary_expression()
323 if (JERRY_UNLIKELY (context_p->source_p[-1] != LIT_CHAR_GRAVE_ACCENT)) in scanner_scan_post_primary_expression()
1004 if (context_p->source_p[-1] != LIT_CHAR_GRAVE_ACCENT) in scanner_scan_primary_expression_end()
/third_party/jerryscript/jerry-core/ecma/builtin-objects/
H A Decma-builtin-helpers.c904 case LIT_CHAR_GRAVE_ACCENT: in ecma_builtin_replace_substitute()

Completed in 11 milliseconds