Home
last modified time | relevance | path

Searched refs:old_state_ (Results 1 – 3 of 3) sorted by relevance

/third_party/node/deps/v8/src/debug/
Ddebug.h674 : debug_(debug), old_state_(debug->is_suppressed_) { in SuppressDebug()
677 ~SuppressDebug() { debug_->is_suppressed_ = old_state_; } in ~SuppressDebug()
683 bool old_state_; variable
/third_party/node/deps/v8/src/ic/
Dic.h47 old_state_ = state_; in MarkRecomputeHandler()
166 State old_state_; // For saving if we marked as prototype failure. variable
Dic.cc203 old_state_ = state_; in IC()