Lines Matching refs:m_session
129 m_session(session), in V8DebuggerAgentImpl()
147 m_debugger->getCompiledScripts(m_session->contextGroupId(), compiledScripts); in enableImpl()
161 if (!m_inspector->client()->canExecuteScripts(m_session->contextGroupId())) in enable()
203 if (!m_inspector->client()->canExecuteScripts(m_session->contextGroupId())) in restore()
507 searchInTextByLinesImpl(m_session, it->second->source(m_isolate), query, in searchInContent()
554 InjectedScript::CallFrameScope scope(m_inspector, m_session->contextGroupId(), in restartFrame()
644 m_session->releaseObjectGroup(kBacktraceObjectGroup); in resume()
656 m_session->releaseObjectGroup(kBacktraceObjectGroup); in stepOver()
664 m_session->releaseObjectGroup(kBacktraceObjectGroup); in stepInto()
673 m_session->releaseObjectGroup(kBacktraceObjectGroup); in stepOut()
709 InjectedScript::CallFrameScope scope(m_inspector, m_session->contextGroupId(), in evaluateOnCallFrame()
740 InjectedScript::CallFrameScope scope(m_inspector, m_session->contextGroupId(), in setVariableValue()
898 if (contextId) m_session->findInjectedScript(contextId, injectedScript); in currentCallFrames()
1094 m_session->findInjectedScript(contextId, injectedScript); in didPause()