Searched refs:LEXER_ARROW (Results 1 – 4 of 4) sorted by relevance
139 LEXER_ARROW, /**< "=>" */ enumerator
92 if (context_p->token.type != LEXER_ARROW in scanner_check_arrow()
2551 parser_parse_function_arguments (context_p, LEXER_ARROW); in parser_parse_arrow_function()2554 JERRY_ASSERT (context_p->token.type == LEXER_ARROW); in parser_parse_arrow_function()
1671 context_p->token.type = LEXER_ARROW; in lexer_next_token()