Home
last modified time | relevance | path

Searched refs:has_pending_error_ (Results 1 – 2 of 2) sorted by relevance

/third_party/node/deps/v8/src/parsing/
Dpending-compilation-error-handler.cc84 if (has_pending_error_) return; in ReportMessageAt()
85 has_pending_error_ = true; in ReportMessageAt()
94 if (has_pending_error_) return; in ReportMessageAt()
95 has_pending_error_ = true; in ReportMessageAt()
105 if (has_pending_error_) return; in ReportMessageAt()
106 has_pending_error_ = true; in ReportMessageAt()
176 if (!has_pending_error_) return; in ThrowPendingError()
Dpending-compilation-error-handler.h50 has_pending_error_ = true; in set_stack_overflow()
54 bool has_pending_error() const { return has_pending_error_; } in has_pending_error()
72 has_pending_error_ = true; in set_unidentifiable_error()
76 has_pending_error_ = false; in clear_unidentifiable_error()
167 bool has_pending_error_ = false; variable