Searched refs:s_exposeV8DebuggerProtocol (Results 1 – 2 of 2) sorted by relevance
54 bool DebuggerAgentManager::s_exposeV8DebuggerProtocol = false; member in WebKit::DebuggerAgentManager120 if (!s_exposeV8DebuggerProtocol) in debugAttach()134 if (!s_exposeV8DebuggerProtocol) in debugDetach()249 s_exposeV8DebuggerProtocol = value; in setExposeV8DebuggerProtocol()250 WebCore::PageScriptDebugServer::shared().setEnabled(!s_exposeV8DebuggerProtocol); in setExposeV8DebuggerProtocol()
105 static bool s_exposeV8DebuggerProtocol; variable