Home
last modified time | relevance | path

Searched refs:LEXER_KEYW_FUNCTION (Results 1 – 6 of 6) sorted by relevance

/third_party/jerryscript/jerry-core/parser/js/
Djs-scanner-ops.c273 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()
Djs-lexer.h156 LEXER_KEYW_FUNCTION, /**< function */ enumerator
Djs-parser-statm.c632 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()
Djs-scanner.c101 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()
Djs-parser-expr.c1632 if (context_p->token.type == LEXER_KEYW_FUNCTION) in parser_parse_unary_expression()
1731 case LEXER_KEYW_FUNCTION: in parser_parse_unary_expression()
Djs-lexer.c537 LEXER_KEYWORD ("function", LEXER_KEYW_FUNCTION),