transfer 2802 Source/bindings/v8/SerializedScriptValue.cpp bool result = arrayBuffers[i]->transfer(contents->at(i)); transfer 50 Source/wtf/ArrayBuffer.cpp m_contents.transfer(result); transfer 63 Source/wtf/ArrayBuffer.h bool transfer(ArrayBufferContents&); transfer 134 Source/wtf/ArrayBuffer.h contents.transfer(m_contents); transfer 69 Source/wtf/ArrayBufferContents.h void transfer(ArrayBufferContents& other); transfer 326 Source/wtf/Deque.h T oldFirst = Pass::transfer(first()); transfer 328 Source/wtf/Deque.h return Pass::transfer(oldFirst); transfer 334 Source/wtf/Deque.h T oldLast = Pass::transfer(last()); transfer 336 Source/wtf/Deque.h return Pass::transfer(oldLast); transfer 44 Source/wtf/PassTraits.h static Type& transfer(Type& value) { return value; } transfer 50 Source/wtf/PassTraits.h static PassType transfer(Type& value) { return value.release(); } transfer 56 Source/wtf/PassTraits.h static PassType transfer(Type& value) { return value.release(); }