Home
last modified time | relevance | path

Searched refs:LEXER_ASSIGN_DIVIDE (Results 1 – 4 of 4) sorted by relevance

/third_party/jerryscript/jerry-core/parser/js/
Djs-lexer.h89 LEXER_ASSIGN_DIVIDE, /**< "/=" (prec: 3) */ enumerator
Djs-lexer.c1743 LEXER_ASSIGN_DIVIDE) in lexer_next_token()
2700 || context_p->token.type == LEXER_ASSIGN_DIVIDE); in lexer_construct_regexp_object()
2702 if (context_p->token.type == LEXER_ASSIGN_DIVIDE) in lexer_construct_regexp_object()
Djs-scanner.c95 case LEXER_ASSIGN_DIVIDE: in scanner_scan_primary_expression()
Djs-parser-expr.c1777 case LEXER_ASSIGN_DIVIDE: in parser_parse_unary_expression()