Home | History | Annotate | Download | only in inspector

Lines Matching refs:m_session

255     : m_session(session),
272 Response response = ensureContext(m_inspector, m_session->contextGroupId(),
279 InjectedScript::ContextScope scope(m_inspector, m_session->contextGroupId(),
322 "Result of the evaluation is not a promise", m_session->contextGroupId(),
332 InjectedScript::ObjectScope scope(m_inspector, m_session->contextGroupId(),
341 "Could not find promise with given id", m_session->contextGroupId(),
353 InjectedScript::ObjectScope scope(m_inspector, m_session->contextGroupId(),
436 m_session->contextGroupId(),
452 InjectedScript::ObjectScope scope(m_inspector, m_session->contextGroupId(),
503 InjectedScript::ObjectScope scope(m_inspector, m_session->contextGroupId(),
512 m_session->releaseObjectGroup(objectGroup);
517 m_inspector->client()->runIfWaitingForDebugger(m_session->contextGroupId());
524 m_session->setCustomObjectFormatterEnabled(enabled);
530 m_inspector->ensureConsoleMessageStorage(m_session->contextGroupId());
542 Response response = ensureContext(m_inspector, m_session->contextGroupId(),
545 InjectedScript::ContextScope scope(m_inspector, m_session->contextGroupId(),
595 Response response = ensureContext(m_inspector, m_session->contextGroupId(),
602 InjectedScript::ContextScope scope(m_inspector, m_session->contextGroupId(),
643 m_session->contextGroupId(),
656 m_session->setCustomObjectFormatterEnabled(true);
662 m_session->contextGroupId());
666 m_session->reportAllContexts(this);
668 m_inspector->ensureConsoleMessageStorage(m_session->contextGroupId());
680 m_session->discardInjectedScripts();
683 m_session->contextGroupId());
691 m_inspector->contextGroup(m_session->contextGroupId())) {
735 message->reportToFrontend(&m_frontend, m_session, generatePreview);
737 return m_inspector->hasConsoleMessageStorage(m_session->contextGroupId());