Lines Matching refs:inspectedContext
65 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()
217 return inspectedContext->inspector()->sessionForContextGroup( in currentSession()
218 inspectedContext->contextGroupId()); in currentSession()
667 InspectedContext* inspectedContext, bool hasMemoryAttribute) { in createConsole() argument
668 v8::Local<v8::Context> context = inspectedContext->context(); in createConsole()
738 V8InspectorImpl* inspector = inspectedContext->inspector(); in createConsole()
761 v8::External::New(isolate, inspectedContext)); in createConsole()
773 InspectedContext* inspectedContext) { in createCommandLineAPI() argument
774 v8::Local<v8::Context> context = inspectedContext->context(); in createCommandLineAPI()
842 inspectedContext->inspector()->client()->installAdditionalCommandLineAPI( in createCommandLineAPI()
846 v8::External::New(isolate, inspectedContext)); in createCommandLineAPI()