Searched refs:debug_command_only (Results 1 – 2 of 2) sorted by relevance
2230 bool debug_command_only = isolate_->stack_guard()->CheckDebugCommand() && in HandleDebugBreak() local2238 ProcessDebugMessages(debug_command_only); in HandleDebugBreak()2242 void Debug::ProcessDebugMessages(bool debug_command_only) { in ProcessDebugMessages() argument2254 OnDebugBreak(isolate_->factory()->undefined_value(), debug_command_only); in ProcessDebugMessages()
433 void ProcessDebugMessages(bool debug_command_only);