Searched refs:lexer_convert_ident_to_cesu8 (Results 1 – 3 of 3) sorted by relevance
/third_party/jerryscript/jerry-core/parser/js/ |
D | js-lexer.c | 795 lexer_convert_ident_to_cesu8 (buffer_p, ident_start_p, (prop_length_t) length); in lexer_parse_identifier() 2059 lexer_convert_ident_to_cesu8 (uint8_t *destination_p, /**< destination string */ in lexer_convert_ident_to_cesu8() function 2123 lexer_convert_ident_to_cesu8 (destination_start_p, literal_p->char_p, literal_p->length); in lexer_convert_literal_to_chars() 3308 lexer_convert_ident_to_cesu8 (buf_p, left_p->char_p, length); in lexer_compare_identifiers() 3314 lexer_convert_ident_to_cesu8 (dynamic_buf_p, left_p->char_p, length); in lexer_compare_identifiers()
|
D | js-parser-internal.h | 702 void lexer_convert_ident_to_cesu8 (uint8_t *destination_p, const uint8_t *source_p, prop_length_t l…
|
D | js-scanner-util.c | 1314 lexer_convert_ident_to_cesu8 (destination_p, literal_p->char_p, literal_p->length); in scanner_scope_find_let_declaration()
|