Home
last modified time | relevance | path

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

/third_party/node/src/inspector/
Dmain_thread_interface.cc43 class CreateObjectRequest : public Request { class
45 CreateObjectRequest(int object_id, Factory factory) in CreateObjectRequest() function in node::inspector::__anonbf7d8ff40111::CreateObjectRequest
60 new CreateObjectRequest<Factory>(object_id, std::move(factory))); in NewCreateRequest()