PassOutType 861 Source/platform/heap/Handle.h static PassOutType passOut(const WebCore::Member<T>& value) { return value; } PassOutType 888 Source/platform/heap/Handle.h static PassOutType passOut(const WebCore::WeakMember<T>& value) { return value; } PassOutType 78 Source/wtf/HashMap.h typedef typename MappedTraits::PassOutType MappedPassOutType; PassOutType 178 Source/wtf/HashTraits.h static PassOutType passOut(RefPtr<P>& value) { return value.release(); } PassOutType 179 Source/wtf/HashTraits.h static PassOutType passOut(std::nullptr_t) { return nullptr; } PassOutType 211 Source/wtf/HashTraits.h static PassOutType passOut(const RawPtr<T>& value) { return value; } PassOutType 212 Source/wtf/HashTraits.h static PassOutType passOut(std::nullptr_t) { return 0; }