Searched refs:has_catch (Results 1 – 1 of 1) sorted by relevance
2560 bool has_catch = false; in ParseTryStatement() local2562 has_catch = true; in ParseTryStatement()2585 if (tok == Token::FINALLY || !has_catch) { in ParseTryStatement()