Searched refs:outExceptionDetails (Results 1 – 2 of 2) sorted by relevance
77 std::optional<std::unique_ptr<ExceptionDetails>> outExceptionDetails; in GetProperties() local79 &outPrivateProperties, &outExceptionDetails); in GetProperties()80 if (outExceptionDetails) { in GetProperties()81 ASSERT(outExceptionDetails.value() != nullptr); in GetProperties()87 std::move(outExceptionDetails)); in GetProperties()100 std::optional<std::unique_ptr<ExceptionDetails>> outExceptionDetails; in CallFunctionOn() local101 …patchResponse response = runtime_->CallFunctionOn(*params, &outRemoteObject, &outExceptionDetails); in CallFunctionOn()102 if (outExceptionDetails) { in CallFunctionOn()103 ASSERT(outExceptionDetails.value() != nullptr); in CallFunctionOn()111 CallFunctionOnReturns result(std::move(outRemoteObject), std::move(outExceptionDetails)); in CallFunctionOn()[all …]
38 std::optional<std::unique_ptr<ExceptionDetails>> *outExceptionDetails);45 std::optional<std::unique_ptr<ExceptionDetails>> *outExceptionDetails);