Home
last modified time | relevance | path

Searched refs:inspectedContext (Results 1 – 4 of 4) sorted by relevance

/external/v8/src/inspector/
Dv8-console-message.cc238 InspectedContext* inspectedContext = in wrapArguments() local
240 if (!inspectedContext) return nullptr; in wrapArguments()
242 v8::Isolate* isolate = inspectedContext->isolate(); in wrapArguments()
244 v8::Local<v8::Context> context = inspectedContext->context(); in wrapArguments()
255 inspectedContext = inspector->getContext(contextGroupId, contextId); in wrapArguments()
256 if (!inspectedContext) return nullptr; in wrapArguments()
266 inspectedContext = inspector->getContext(contextGroupId, contextId); in wrapArguments()
267 if (!inspectedContext) return nullptr; in wrapArguments()
338 InspectedContext* inspectedContext = in wrapException() local
340 if (!inspectedContext) return nullptr; in wrapException()
[all …]
Dv8-console.cc65 InspectedContext* inspectedContext = ensureInspectedContext(); in ensureDebuggerClient() local
66 if (!inspectedContext) return nullptr; in ensureDebuggerClient()
67 m_inspectorClient = inspectedContext->inspector()->client(); in ensureDebuggerClient()
94 InspectedContext* inspectedContext = ensureInspectedContext(); in reportCall() local
95 if (!inspectedContext) return; in reportCall()
96 int contextGroupId = inspectedContext->contextGroupId(); in reportCall()
97 V8InspectorImpl* inspector = inspectedContext->inspector(); in reportCall()
101 inspector->debugger()->captureStackTrace(false), inspectedContext); in reportCall()
215 InspectedContext* inspectedContext = ensureInspectedContext(); in currentSession() local
216 if (!inspectedContext) return nullptr; in currentSession()
[all …]
Dinjected-script.cc58 InspectedContext* inspectedContext) { in create() argument
59 v8::Isolate* isolate = inspectedContext->isolate(); in create()
61 v8::Local<v8::Context> context = inspectedContext->context(); in create()
67 V8InjectedScriptHost::create(context, inspectedContext->inspector()); in create()
84 if (!inspectedContext->inspector() in create()
94 v8::Number::New(isolate, inspectedContext->contextId())}; in create()
98 int contextGroupId = inspectedContext->contextGroupId(); in create()
99 int contextId = inspectedContext->contextId(); in create()
100 V8InspectorImpl* inspector = inspectedContext->inspector(); in create()
105 if (inspector->getContext(contextGroupId, contextId) != inspectedContext) in create()
[all …]
Dv8-inspector-impl.cc269 InspectedContext* inspectedContext = getContext(groupId, contextId); in contextDestroyed() local
270 if (!inspectedContext) return; in contextDestroyed()
275 inspectedContext); in contextDestroyed()