Home
last modified time | relevance | path

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

/external/v8/src/
Dd8.cc2360 class InspectorClient : public v8_inspector::V8InspectorClient { class
2362 InspectorClient(Local<Context> context, bool connect) { in InspectorClient() function in v8::InspectorClient
2387 InspectorClient* inspector_client = static_cast<InspectorClient*>( in GetSession()
2406 InspectorClient::GetSession(context); in SendInspectorMessage()
2532 InspectorClient inspector_client(context, in ExecuteInThread()
2956 InspectorClient inspector_client(context, options.enable_inspector); in RunMain()