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/
H A 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()
H A 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() local
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 in createForException()
[all...]
H A Dinspected-context.h42 int contextId() const { return m_contextId; } in contextId()
71 int m_contextId; member in v8_inspector::InspectedContext
H A 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::__anon14706::ConsoleHelper
H A Dv8-console-message.h100 int m_contextId; member in v8_inspector::V8ConsoleMessage
/third_party/vk-gl-cts/modules/egl/
H A DteglImageFormatTests.cpp160 int m_contextId; member in deqp::egl::Image::ImageApi
167 , m_contextId (contextId) in ImageApi()
327 getLog() << tcu::TestLog::Message << "Creating gles" << apiVersion << " context with config id: " << configId << " context: " << m_contextId << tcu::TestLog::EndMessage; in GLESImageApi()
488 log << tcu::TestLog::Message << "Rendering EGLImage as GL_TEXTURE_2D in context: " << api.m_contextId << tcu::TestLog::EndMessage; in invokeGLES()
560 log << tcu::TestLog::Message << "Rendering EGLImage as GL_TEXTURE_2D_ARRAY in context: " << api.m_contextId << tcu::TestLog::EndMessage; in invokeGLES()
667 log << tcu::TestLog::Message << "Rendering and sampling EGLImage as GL_TEXTURE_2D_ARRAY in context: " << api.m_contextId << tcu::TestLog::EndMessage; in invokeGLES()
846 log << tcu::TestLog::Message << "Rendering EGLImage as GL_TEXTURE_EXTERNAL_OES in context: " << api.m_contextId << tcu::TestLog::EndMessage; in invokeGLES()
920 log << tcu::TestLog::Message << "Rendering EGLImage as GL_TEXTURE_EXTERNAL_OES in context: " << api.m_contextId << tcu::TestLog::EndMessage; in invokeGLES()
1034 log << tcu::TestLog::Message << "Rendering EGLImage as GL_TEXTURE_EXTERNAL_OES using sampler array in context: " << api.m_contextId << tcu::TestLog::EndMessage; in invokeGLES()

Completed in 9 milliseconds