Searched refs:debug_command_only (Results 1 – 2 of 2) sorted by relevance
2223 bool debug_command_only = isolate_->stack_guard()->CheckDebugCommand() && in HandleDebugBreak() local2231 ProcessDebugMessages(debug_command_only); in HandleDebugBreak()2235 void Debug::ProcessDebugMessages(bool debug_command_only) { in ProcessDebugMessages() argument2247 OnDebugBreak(isolate_->factory()->undefined_value(), debug_command_only); in ProcessDebugMessages()
434 void ProcessDebugMessages(bool debug_command_only);