Searched refs:is_try_catch (Results 1 – 2 of 2) sorted by relevance
537 bool is_try() const { return is_incomplete_try() || is_try_catch(); } in is_try()539 bool is_try_catch() const { return kind == kControlTryCatch; } in is_try_catch() function
429 DCHECK(block->is_try_catch()); in CatchException()