Home
last modified time | relevance | path

Searched refs:has_escape (Results 1 - 7 of 7) sorted by relevance

/third_party/jerryscript/jerry-core/parser/js/
H A Djs-parser-tagged-template-literal.c46 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()
H A Djs-lexer.c627 uint8_t has_escape = false; in lexer_parse_identifier() local
642 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() local
965 has_escape = true; in lexer_parse_string()
1136 has_escape = true; in lexer_parse_string()
1157 has_escape in lexer_parse_string()
[all...]
H A Djs-scanner-util.c861 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 in scanner_append_hole()
[all...]
H A Djs-lexer.h289 uint8_t has_escape; /**< has escape sequences */ member
H A Djs-parser-expr.c1540 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()
/third_party/node/deps/v8/src/json/
H A Djson-parser.h41 bool needs_internalization, bool has_escape) in JsonString()
47 has_escape_(has_escape), in JsonString()
60 bool has_escape() const { in has_escape() function in v8::internal::final
40 JsonString(int start, int length, bool needs_conversion, bool needs_internalization, bool has_escape) JsonString() argument
H A Djson-parser.cc1010 if (!string.has_escape()) { in DecodeString()
1031 if (string.internalize() && !string.has_escape()) { in MakeString()
1126 bool has_escape = false; in ScanJsonString() local
1151 has_escape); in ScanJsonString()
1155 has_escape = true; in ScanJsonString()

Completed in 11 milliseconds