Home
last modified time | relevance | path

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

/external/v8/src/debug/
Ddebug.h512 inline bool has_commands() const { return !command_queue_.IsEmpty(); } in has_commands() function
Ddebug.cc1873 if (auto_continue && !has_commands()) return; in NotifyMessageHandler()
1953 } while (!running || has_commands()); in NotifyMessageHandler()
2146 if (debug_->has_commands()) isolate()->stack_guard()->RequestDebugCommand(); in ~DebugScope()