Searched refs:lexer_token_is_async (Results 1 – 6 of 6) sorted by relevance
262 JERRY_ASSERT (lexer_token_is_async (context_p)); in scanner_check_async_function()429 if (JERRY_UNLIKELY (lexer_token_is_async (context_p))) in scanner_scan_bracket()
723 bool lexer_token_is_async (parser_context_t *context_p);
181 else if (JERRY_UNLIKELY (lexer_token_is_async (context_p))) in scanner_scan_primary_expression()1878 if (JERRY_UNLIKELY (lexer_token_is_async (context_p))) in scanner_scan_statement()
1623 JERRY_ASSERT (lexer_token_is_async (context_p)); in parser_parse_unary_expression()
3437 lexer_token_is_async (parser_context_t *context_p) /**< context */ in lexer_token_is_async() function
3087 if (JERRY_UNLIKELY (lexer_token_is_async (context_p)) in parser_parse_statements()