Searched refs:has_commands (Results 1 – 2 of 2) sorted by relevance
512 inline bool has_commands() const { return !command_queue_.IsEmpty(); } in has_commands() function
1873 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()