Home
last modified time | relevance | path

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

/external/v8/src/inspector/
Dv8-runtime-agent-impl.h124 void inspect(std::unique_ptr<protocol::Runtime::RemoteObject> objectToInspect,
Dv8-runtime-agent-impl.cc834 std::unique_ptr<protocol::Runtime::RemoteObject> objectToInspect, in inspect() argument
837 m_frontend.inspectRequested(std::move(objectToInspect), std::move(hints)); in inspect()