Searched refs:has_escape (Results 1 – 5 of 5) sorted by relevance
627 uint8_t has_escape = false; in lexer_parse_identifier() local642 has_escape = true; in lexer_parse_identifier()723 has_escape = true; in lexer_parse_identifier()775 context_p->token.lit_location.has_escape = has_escape; in lexer_parse_identifier()793 if (JERRY_UNLIKELY (context_p->token.lit_location.has_escape)) in lexer_parse_identifier()932 uint8_t has_escape = false; in lexer_parse_string() local965 has_escape = true; in lexer_parse_string()1136 has_escape = true; in lexer_parse_string()1157 has_escape = true; in lexer_parse_string()1232 context_p->token.lit_location.has_escape = has_escape; in lexer_parse_string()[all …]
46 if (lit_loc_p->length == 0 && !lit_loc_p->has_escape) in parser_tagged_template_literal_append_strings()70 if (lit_loc_p->has_escape) in parser_tagged_template_literal_append_strings()
861 if (literal_p->has_escape) in scanner_pop_literal_pool()1127 if (JERRY_LIKELY (!literal_location_p->has_escape)) in scanner_add_custom_literal()1133 if (JERRY_LIKELY (!literal_p->has_escape)) in scanner_add_custom_literal()1144 literal_p->has_escape = 0; in scanner_add_custom_literal()1226 if (JERRY_LIKELY (!context_p->token.lit_location.has_escape)) in scanner_append_argument()1232 if (JERRY_LIKELY (!literal_p->has_escape)) in scanner_append_argument()1306 if (JERRY_LIKELY (!literal_p->has_escape)) in scanner_scope_find_let_declaration()1381 if (JERRY_LIKELY (!context_p->token.lit_location.has_escape)) in scanner_detect_invalid_var()1390 if (JERRY_LIKELY (!literal_p->has_escape)) in scanner_detect_invalid_var()1558 literal_p->has_escape = 0; in scanner_append_hole()[all …]
289 uint8_t has_escape; /**< has escape sequences */ member
1540 if (JERRY_UNLIKELY (context_p->token.lit_location.has_escape)) in parser_parse_unary_expression()1874 if (context_p->token.lit_location.has_escape) in parser_parse_unary_expression()