Searched refs:has_commands (Results 1 – 2 of 2) sorted by relevance
572 inline bool has_commands() const { return !command_queue_.IsEmpty(); } in has_commands() function
2020 if (auto_continue && !has_commands()) return; in NotifyMessageHandler()2103 } while (!running || has_commands()); in NotifyMessageHandler()2341 if (debug_->has_commands()) isolate()->stack_guard()->RequestDebugCommand(); in ~DebugScope()