Home
last modified time | relevance | path

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

/third_party/node/deps/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()
62 new WeakCallbackData(this, m_inspector, m_contextGroupId, m_contextId); in InspectedContext()
Dv8-console-message.cc204 m_contextId(0), in V8ConsoleMessage()
258 int contextId = m_contextId; in wrapArguments()
337 if (m_contextId) exceptionDetails->setExecutionContextId(m_contextId); in reportToFrontend()
384 consoleAPITypeValue(m_type), std::move(arguments), m_contextId, in reportToFrontend()
394 if (!m_arguments.size() || !m_contextId) return nullptr; in getAssociatedExceptionData()
409 if (!m_arguments.size() || !m_contextId) return nullptr; in wrapException()
412 session->inspector()->getContext(session->contextGroupId(), m_contextId); in wrapException()
446 message->m_contextId = contextId; in createForConsoleAPI()
500 consoleMessage->m_contextId = contextId; in createForException()
521 if (contextId != m_contextId) return; in contextDestroyed()
[all …]
Dinspected-context.h42 int contextId() const { return m_contextId; } in contextId()
71 int m_contextId; variable
Dv8-console.cc47 m_contextId(InspectedContext::contextId(m_context)), in ConsoleHelper()
48 m_groupId(m_inspector->contextGroupId(m_contextId)) {} in ConsoleHelper()
53 int contextId() const { return m_contextId; } in contextId()
57 InspectedContext* context = m_inspector->getContext(m_groupId, m_contextId); in injectedScript()
106 m_context, m_contextId, m_groupId, m_inspector, in reportCall()
114 if (!consoleMessageStorage()->shouldReportDeprecationMessage(m_contextId, in reportDeprecatedCall()
165 int m_contextId; member in v8_inspector::__anon1e22760f0111::ConsoleHelper
Dv8-console-message.h100 int m_contextId; variable
/third_party/vk-gl-cts/modules/egl/
DteglImageFormatTests.cpp160 int m_contextId; member in deqp::egl::Image::ImageApi
167 , m_contextId (contextId) in ImageApi()
321 …iVersion << " context with config id: " << configId << " context: " << m_contextId << tcu::TestLog… in GLESImageApi()
452 …::Message << "Rendering EGLImage as GL_TEXTURE_2D in context: " << api.m_contextId << tcu::TestLog… in invokeGLES()
524 …age << "Rendering EGLImage as GL_TEXTURE_2D_ARRAY in context: " << api.m_contextId << tcu::TestLog… in invokeGLES()
635 …<< "Rendering EGLImage as GL_TEXTURE_EXTERNAL_OES in context: " << api.m_contextId << tcu::TestLog… in invokeGLES()
709 …<< "Rendering EGLImage as GL_TEXTURE_EXTERNAL_OES in context: " << api.m_contextId << tcu::TestLog… in invokeGLES()
823 …ge as GL_TEXTURE_EXTERNAL_OES using sampler array in context: " << api.m_contextId << tcu::TestLog… in invokeGLES()