Searched refs:LEXER_KEYW_FUNCTION (Results 1 – 6 of 6) sorted by relevance
273 if (context_p->token.type == LEXER_KEYW_FUNCTION) in scanner_check_async_function()324 if (JERRY_UNLIKELY (context_p->token.type == LEXER_KEYW_FUNCTION)) in scanner_check_function_after_if()
156 LEXER_KEYW_FUNCTION, /**< function */ enumerator
632 JERRY_ASSERT (context_p->token.type == LEXER_KEYW_FUNCTION); in parser_parse_function_statement()2456 else if (context_p->token.type == LEXER_KEYW_FUNCTION) in parser_parse_export_statement()2524 case LEXER_KEYW_FUNCTION: in parser_parse_export_statement()2759 && context_p->token.type != LEXER_KEYW_FUNCTION in parser_parse_statements()2780 && context_p->token.type != LEXER_KEYW_FUNCTION in parser_parse_statements()2857 case LEXER_KEYW_FUNCTION: in parser_parse_statements()3113 JERRY_ASSERT (context_p->token.type == LEXER_KEYW_FUNCTION); in parser_parse_statements()
101 case LEXER_KEYW_FUNCTION: in scanner_scan_primary_expression()1371 case LEXER_KEYW_FUNCTION: in scanner_scan_statement()1636 if (context_p->token.type == LEXER_KEYW_FUNCTION) in scanner_scan_statement()
1632 if (context_p->token.type == LEXER_KEYW_FUNCTION) in parser_parse_unary_expression()1731 case LEXER_KEYW_FUNCTION: in parser_parse_unary_expression()
537 LEXER_KEYWORD ("function", LEXER_KEYW_FUNCTION),