Home
last modified time | relevance | path

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

/third_party/node/src/inspector/
Dtracing_agent.cc86 : frontend_object_id_(frontend_object_id), main_thread_(main_thread) {} in InspectorTraceWriter()
104 main_thread_->Post(std::make_unique<SendMessageRequest>(frontend_object_id_, in Flush()
112 int frontend_object_id_; member in node::inspector::protocol::__anon8c42443e0111::InspectorTraceWriter
124 std::make_unique<DestroyFrontendWrapperRequest>(frontend_object_id_)); in ~TracingAgent()
130 frontend_object_id_ = main_thread_->newObjectId(); in Wire()
132 frontend_object_id_, frontend_)); in Wire()
161 frontend_object_id_, main_thread_), in start()
Dtracing_agent.h34 int frontend_object_id_; variable