Home
last modified time | relevance | path

Searched refs:LEXER_IS_IDENT_OR_STRING (Results 1 – 3 of 3) sorted by relevance

/third_party/jerryscript/jerry-core/parser/js/
Dcommon.h65 #define LEXER_IS_IDENT_OR_STRING(literal_type) ((literal_type) <= LEXER_STRING_LITERAL) macro
Djs-parser-expr.c563 && LEXER_IS_IDENT_OR_STRING (context_p->token.lit_location.type) in parser_parse_class_literal()
671 else if (LEXER_IS_IDENT_OR_STRING (context_p->token.lit_location.type)) in parser_parse_class_literal()
Djs-scanner.c2436 && LEXER_IS_IDENT_OR_STRING (context_p->token.lit_location.type) in scanner_scan_all()