Searched refs:wrappedValue (Results 1 – 2 of 2) sorted by relevance
172 std::unique_ptr<protocol::Runtime::RemoteObject> wrappedValue; in thenCallback() local175 &wrappedValue); in thenCallback()180 callback->sendSuccess(std::move(wrappedValue), in thenCallback()194 std::unique_ptr<protocol::Runtime::RemoteObject> wrappedValue; in catchCallback() local197 &wrappedValue); in catchCallback()227 .setException(wrappedValue->clone()) in catchCallback()234 callback->sendSuccess(std::move(wrappedValue), std::move(exceptionDetails)); in catchCallback()
423 std::unique_ptr<RemoteObject> wrappedValue; in getProperties() local425 value, scope.objectGroupName(), false, false, &wrappedValue); in getProperties()431 .setValue(std::move(wrappedValue)) in getProperties()