Home
last modified time | relevance | path

Searched refs:SuppressDebug (Results 1 - 2 of 2) sorted by relevance

/third_party/node/deps/v8/src/debug/
H A Ddebug.h593 friend class SuppressDebug;
671 class SuppressDebug { class
673 explicit SuppressDebug(Debug* debug) in SuppressDebug() function in v8::internal::SuppressDebug
677 ~SuppressDebug() { debug_->is_suppressed_ = old_state_; } in ~SuppressDebug()
678 SuppressDebug(const SuppressDebug&) = delete;
679 SuppressDebug& operator=(const SuppressDebug&) = delete;
H A Ddebug.cc2310 SuppressDebug while_processing(this); in IsBlackboxed()
2333 SuppressDebug while_processing(this); in ShouldBeSkipped()
2414 SuppressDebug while_processing(this); in ProcessCompileEvent()

Completed in 6 milliseconds