• Home
  • Raw
  • Download

Lines Matching refs:contextGroupId

66                   const String16& notPromiseError, int contextGroupId,  in add()  argument
84 inspector, contextGroupId, executionContextId, objectGroup, in add()
157 ProtocolPromiseHandler(V8InspectorImpl* inspector, int contextGroupId, in ProtocolPromiseHandler() argument
162 m_contextGroupId(contextGroupId), in ProtocolPromiseHandler()
235 Response ensureContext(V8InspectorImpl* inspector, int contextGroupId, in ensureContext() argument
242 inspector->client()->ensureDefaultContextInGroup(contextGroupId); in ensureContext()
272 Response response = ensureContext(m_inspector, m_session->contextGroupId(), in evaluate()
279 InjectedScript::ContextScope scope(m_inspector, m_session->contextGroupId(), in evaluate()
322 "Result of the evaluation is not a promise", m_session->contextGroupId(), in evaluate()
332 InjectedScript::ObjectScope scope(m_inspector, m_session->contextGroupId(), in awaitPromise()
341 "Could not find promise with given id", m_session->contextGroupId(), in awaitPromise()
353 InjectedScript::ObjectScope scope(m_inspector, m_session->contextGroupId(), in callFunctionOn()
436 m_session->contextGroupId(), in callFunctionOn()
452 InjectedScript::ObjectScope scope(m_inspector, m_session->contextGroupId(), in getProperties()
503 InjectedScript::ObjectScope scope(m_inspector, m_session->contextGroupId(), in releaseObject()
517 m_inspector->client()->runIfWaitingForDebugger(m_session->contextGroupId()); in runIfWaitingForDebugger()
530 m_inspector->ensureConsoleMessageStorage(m_session->contextGroupId()); in discardConsoleEntries()
542 Response response = ensureContext(m_inspector, m_session->contextGroupId(), in compileScript()
545 InjectedScript::ContextScope scope(m_inspector, m_session->contextGroupId(), in compileScript()
595 Response response = ensureContext(m_inspector, m_session->contextGroupId(), in runScript()
602 InjectedScript::ContextScope scope(m_inspector, m_session->contextGroupId(), in runScript()
643 m_session->contextGroupId(), in runScript()
662 m_session->contextGroupId()); in enable()
668 m_inspector->ensureConsoleMessageStorage(m_session->contextGroupId()); in enable()
683 m_session->contextGroupId()); in disable()
691 m_inspector->contextGroup(m_session->contextGroupId())) { in reset()
737 return m_inspector->hasConsoleMessageStorage(m_session->contextGroupId()); in reportMessage()