Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/inspector/
Dv8-runtime-agent-impl.h140 void inspect(std::unique_ptr<protocol::Runtime::RemoteObject> objectToInspect,
Dv8-runtime-agent-impl.cc981 std::unique_ptr<protocol::Runtime::RemoteObject> objectToInspect, in inspect() argument
984 m_frontend.inspectRequested(std::move(objectToInspect), std::move(hints), in inspect()