Home
last modified time | relevance | path

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

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