Home
last modified time | relevance | path

Searched defs:WorkerInfo (Results 1 – 2 of 2) sorted by relevance

/third_party/node/src/inspector/
Dworker_inspector.h42 struct WorkerInfo { struct
43 WorkerInfo(const std::string& target_title, in WorkerInfo() argument
49 std::string title;
50 std::string url;
51 std::shared_ptr<MainThreadHandle> worker_thread;
Dworker_agent.cc69 std::unique_ptr<NodeWorker::WorkerInfo> WorkerInfo(const std::string& id, in WorkerInfo() function