Searched refs:GetInspector (Results 1 – 9 of 9) sorted by relevance
332 static_cast<V8InspectorImpl*>(v8::debug::GetInspector(m_isolate)); in Counters()341 static_cast<V8InspectorImpl*>(v8::debug::GetInspector(m_isolate)); in ~Counters()350 V8Inspector* inspector = v8::debug::GetInspector(isolate); in getCounterPtr()
25 static_cast<V8InspectorImpl*>(v8::debug::GetInspector(isolate)); in reportError()54 static_cast<V8InspectorImpl*>(v8::debug::GetInspector(isolate)); in getInjectedScript()
27 v8::debug::GetInspector(context->GetIsolate())) in clientFor()35 v8::debug::GetInspector(context->GetIsolate())); in v8InternalValueTypeFrom()1587 static_cast<V8InspectorImpl*>(v8::debug::GetInspector(isolate)) in getInternalProperties()
557 if (V8Inspector* inspector = v8::debug::GetInspector(m_isolate)) in enableCounters()
734 static_cast<V8InspectorImpl*>(v8::debug::GetInspector(isolate)); in bindingCallback()
368 static_cast<V8InspectorImpl*>(v8::debug::GetInspector(isolate)); in terminateExecutionCompletedCallback()
1021 static_cast<V8InspectorImpl*>(v8::debug::GetInspector(isolate)); in bindRemoteObjectIfNeeded()
39 v8_inspector::V8Inspector* GetInspector(Isolate* isolate);
9396 v8_inspector::V8Inspector* debug::GetInspector(Isolate* isolate) { in GetInspector() function in v8::debug