Home
last modified time | relevance | path

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

/external/v8/src/inspector/
Dv8-runtime-agent-impl.cc116 std::unique_ptr<protocol::Runtime::RemoteObject> wrappedValue( in thenCallback() local
118 if (!wrappedValue) return; in thenCallback()
120 std::move(wrappedValue), Maybe<protocol::Runtime::ExceptionDetails>()); in thenCallback()
133 std::unique_ptr<protocol::Runtime::RemoteObject> wrappedValue( in catchCallback() local
135 if (!wrappedValue) return; in catchCallback()
147 .setException(wrappedValue->clone()) in catchCallback()
153 handler->m_callback->sendSuccess(std::move(wrappedValue), in catchCallback()
194 std::unique_ptr<protocol::Runtime::RemoteObject> wrappedValue; in wrapObject() local
197 &wrappedValue); in wrapObject()
202 return wrappedValue; in wrapObject()
[all …]