Searched refs:has_pending_error_ (Results 1 – 2 of 2) sorted by relevance
28 : has_pending_error_(false), in PendingCompilationErrorHandler()49 has_pending_error_ = true; in set_stack_overflow()53 bool has_pending_error() const { return has_pending_error_; } in has_pending_error()98 bool has_pending_error_; variable
36 if (has_pending_error_) return; in ReportMessageAt()37 has_pending_error_ = true; in ReportMessageAt()47 if (has_pending_error_) return; in ReportMessageAt()48 has_pending_error_ = true; in ReportMessageAt()92 if (!has_pending_error_) return; in ThrowPendingError()