Home
last modified time | relevance | path

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

/external/v8/src/debug/
Ddebug-interface.h35 v8_inspector::V8Inspector* GetInspector(Isolate* isolate);
/external/v8/src/inspector/
Dv8-runtime-agent-impl.cc691 static_cast<V8InspectorImpl*>(v8::debug::GetInspector(isolate)); in bindingCallback()
Dv8-debugger.cc424 static_cast<V8InspectorImpl*>(v8::debug::GetInspector(isolate)); in terminateExecutionCompletedCallback()
/external/v8/src/
Dapi.cc9117 v8_inspector::V8Inspector* debug::GetInspector(Isolate* isolate) { in GetInspector() function in v8::debug