Searched refs:has_try_catch_ (Results 1 – 1 of 1) sorted by relevance
336 has_try_catch_(false), in allocator_()600 bool HasTryCatch() const { return has_try_catch_; } in HasTryCatch()601 void SetHasTryCatch(bool value) { has_try_catch_ = value; } in SetHasTryCatch()697 bool has_try_catch_; variable