Searched refs:has_try_catch_ (Results 1 – 1 of 1) sorted by relevance
327 has_try_catch_(false), in arena_()571 bool HasTryCatch() const { return has_try_catch_; } in HasTryCatch()572 void SetHasTryCatch(bool value) { has_try_catch_ = value; } in SetHasTryCatch()667 bool has_try_catch_; variable