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/
H A Dcommon.h50 /* The LEXER_IS_IDENT_OR_STRING macro must be updated if the order is changed. */
65 #define LEXER_IS_IDENT_OR_STRING(literal_type) ((literal_type) <= LEXER_STRING_LITERAL) macro
H A 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()
H A Djs-scanner.c2436 && LEXER_IS_IDENT_OR_STRING (context_p->token.lit_location.type) in scanner_scan_all()

Completed in 11 milliseconds