Searched refs:aborted_ (Results 1 – 4 of 4) sorted by relevance
22 aborted_(false) { in CompilationDependencies()49 void Abort() { aborted_ = true; } in Abort()50 bool HasAborted() const { return aborted_; } in HasAborted()63 bool aborted_; variable
24 aborted_(false), in Task()102 if (aborted_) { in Step()144 aborted_ = true; in Abort()
160 bool aborted_; variable
2633 aborted_(false) { in OutputStreamWriter()2636 bool aborted() { return aborted_; } in aborted()2662 if (aborted_) return; in Finalize()2697 if (aborted_) return; in WriteChunk()2699 v8::OutputStream::kAbort) aborted_ = true; in WriteChunk()2707 bool aborted_; member in v8::internal::OutputStreamWriter