Searched refs:LEXER_KEYW_FINALLY (Results 1 – 4 of 4) sorted by relevance
149 LEXER_KEYW_FINALLY, /**< finally */ enumerator
1894 if (context_p->token.type != LEXER_KEYW_FINALLY) in parser_parse_try_statement_end()1910 && context_p->token.type != LEXER_KEYW_FINALLY) in parser_parse_try_statement_end()2009 JERRY_ASSERT (context_p->token.type == LEXER_KEYW_FINALLY); in parser_parse_try_statement_end()
525 LEXER_KEYWORD ("finally", LEXER_KEYW_FINALLY),
2149 if (context_p->token.type == LEXER_KEYW_FINALLY) in scanner_scan_statement_end()