Searched refs:LEXER_KEYW_CATCH (Results 1 – 4 of 4) sorted by relevance
148 LEXER_KEYW_CATCH, /**< catch */ enumerator
1909 && context_p->token.type != LEXER_KEYW_CATCH in parser_parse_try_statement_end()1923 if (context_p->token.type == LEXER_KEYW_CATCH) in parser_parse_try_statement_end()
493 LEXER_KEYWORD ("catch", LEXER_KEYW_CATCH),
2178 if (context_p->token.type != LEXER_KEYW_CATCH) in scanner_scan_statement_end()