Searched refs:inspectedContext (Results 1 – 3 of 3) sorted by relevance
251 InspectedContext* inspectedContext = in wrapArguments() local253 if (!inspectedContext) return nullptr; in wrapArguments()255 v8::Isolate* isolate = inspectedContext->isolate(); in wrapArguments()257 v8::Local<v8::Context> context = inspectedContext->context(); in wrapArguments()268 inspectedContext = inspector->getContext(contextGroupId, contextId); in wrapArguments()269 if (!inspectedContext) return nullptr; in wrapArguments()279 inspectedContext = inspector->getContext(contextGroupId, contextId); in wrapArguments()280 if (!inspectedContext) return nullptr; in wrapArguments()358 InspectedContext* inspectedContext = in wrapException() local360 if (!inspectedContext) return nullptr; in wrapException()[all …]
262 InspectedContext* inspectedContext, int sessionId) { in create() argument263 v8::Isolate* isolate = inspectedContext->isolate(); in create()266 v8::Local<v8::Context> context = inspectedContext->context(); in create()286 if (!inspectedContext->inspector() in create()294 V8InjectedScriptHost::create(context, inspectedContext->inspector()); in create()299 v8::Number::New(isolate, inspectedContext->contextId())}; in create()301 int contextGroupId = inspectedContext->contextGroupId(); in create()302 int contextId = inspectedContext->contextId(); in create()303 V8InspectorImpl* inspector = inspectedContext->inspector(); in create()308 if (inspector->getContext(contextGroupId, contextId) != inspectedContext) in create()[all …]
238 InspectedContext* inspectedContext = getContext(groupId, contextId); in contextCollected() local239 if (!inspectedContext) return; in contextCollected()241 forEachSession(groupId, [&inspectedContext](V8InspectorSessionImpl* session) { in contextCollected()242 session->runtimeAgent()->reportExecutionContextDestroyed(inspectedContext); in contextCollected()