Home
last modified time | relevance | path

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

/third_party/node/src/
H A Djs_native_api_v8_inspector.h57 class InspectorClient;
122 std::shared_ptr<InspectorClient> client_;
H A Djs_native_api_v8_inspector.cc1014 int session_id, std::shared_ptr<InspectorClient> client) in SameThreadInspectorSession()
1021 std::weak_ptr<InspectorClient> client_;
1040 class InspectorClient : public V8InspectorClient { class
1042 explicit InspectorClient(Environment* env, bool is_main) in InspectorClient() function in v8impl::InspectorClient
1301 client_ = std::make_shared<InspectorClient>(parent_env_, is_main); in Start()
/third_party/node/deps/v8/src/d8/
H A Dd8.cc3808 class InspectorClient : public v8_inspector::V8InspectorClient { class
3810 InspectorClient(Local<Context> context, bool connect) { in InspectorClient() function in v8::InspectorClient
3858 InspectorClient* inspector_client = static_cast<InspectorClient*>( in GetSession()
3877 InspectorClient::GetSession(context); in SendInspectorMessage()
4050 InspectorClient inspector_client(context, in ExecuteInThread()
4727 InspectorClient inspector_client(context, options.enable_inspector); in RunMain()

Completed in 12 milliseconds