Searched refs:lexer_compare_identifier_to_string (Results 1 – 4 of 4) sorted by relevance
/third_party/jerryscript/jerry-core/parser/js/ |
D | js-scanner-util.c | 465 return lexer_compare_identifier_to_string (literal_p, (const uint8_t *) "arguments", 9); in scanner_literal_is_arguments() 1140 else if (lexer_compare_identifier_to_string (literal_p, char_p, length)) in scanner_add_custom_literal() 1239 else if (lexer_compare_identifier_to_string (literal_p, char_p, length)) in scanner_append_argument() 1398 else if (lexer_compare_identifier_to_string (literal_p, char_p, length)) in scanner_detect_invalid_var()
|
D | js-parser-internal.h | 713 bool lexer_compare_identifier_to_string (const lexer_lit_location_t *left_p, const uint8_t *right_p…
|
D | js-parser-expr.c | 1066 … && lexer_compare_identifier_to_string (literal_p, (uint8_t *) "__proto__", 9) in parser_parse_object_literal()
|
D | js-lexer.c | 3257 lexer_compare_identifier_to_string (const lexer_lit_location_t *left_p, /**< left literal */ in lexer_compare_identifier_to_string() function
|