Home
last modified time | relevance | path

Searched refs:m_contextId (Results 1 – 6 of 6) sorted by relevance

/external/v8/src/inspector/
Dinspected-context.cc24 m_contextId(contextId) {} in WeakCallbackData()
39 callbackData->m_contextId); in callContextCollected()
47 int m_contextId; member in v8_inspector::InspectedContext::WeakCallbackData
54 m_contextId(contextId), in InspectedContext()
61 new WeakCallbackData(this, m_inspector, m_contextGroupId, m_contextId); in InspectedContext()
Dv8-console-message.cc200 m_contextId(0), in V8ConsoleMessage()
249 int contextId = m_contextId; in wrapArguments()
315 if (m_contextId) exceptionDetails->setExecutionContextId(m_contextId); in reportToFrontend()
342 consoleAPITypeValue(m_type), std::move(arguments), m_contextId, in reportToFrontend()
356 if (!m_arguments.size() || !m_contextId) return nullptr; in wrapException()
359 session->inspector()->getContext(session->contextGroupId(), m_contextId); in wrapException()
393 message->m_contextId = contextId; in createForConsoleAPI()
443 consoleMessage->m_contextId = contextId; in createForException()
464 if (contextId != m_contextId) return; in contextDestroyed()
465 m_contextId = 0; in contextDestroyed()
Dinspected-context.h30 int contextId() const { return m_contextId; } in contextId()
54 int m_contextId; variable
Dv8-console.cc43 m_contextId(InspectedContext::contextId(m_context)), in ConsoleHelper()
44 m_groupId(m_inspector->contextGroupId(m_contextId)) {} in ConsoleHelper()
46 int contextId() const { return m_contextId; } in contextId()
50 InspectedContext* context = m_inspector->getContext(m_groupId, m_contextId); in injectedScript()
89 m_context, m_contextId, m_groupId, m_inspector, in reportCall()
97 if (!consoleMessageStorage()->shouldReportDeprecationMessage(m_contextId, in reportDeprecatedCall()
155 int m_contextId; member in v8_inspector::__anon89dc04360111::ConsoleHelper
Dv8-console-message.h95 int m_contextId; variable
/external/deqp/modules/egl/
DteglImageFormatTests.cpp159 int m_contextId; member in deqp::egl::Image::ImageApi
166 , m_contextId (contextId) in ImageApi()
292 …reating gles2 context with config id: " << configId << " context: " << m_contextId << tcu::TestLog… in GLES2ImageApi()
396 …::Message << "Rendering EGLImage as GL_TEXTURE_2D in context: " << api.m_contextId << tcu::TestLog… in invokeGLES2()