HomeSort by relevance Sort by last modified time
    Searched refs:SuppressDebug (Results 1 - 3 of 3) sorted by null

  /external/v8/src/debug/
debug.h 646 friend class SuppressDebug;
705 class SuppressDebug BASE_EMBEDDED {
707 explicit SuppressDebug(Debug* debug)
711 ~SuppressDebug() { debug_->is_suppressed_ = old_state_; }
716 DISALLOW_COPY_AND_ASSIGN(SuppressDebug);