Lines Matching refs:inspectedContext
251 InspectedContext* inspectedContext = in wrapArguments() local
253 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() local
360 if (!inspectedContext) return nullptr; in wrapException()
362 v8::Isolate* isolate = inspectedContext->isolate(); in wrapException()
365 return session->wrapObject(inspectedContext->context(), in wrapException()