extractTransferables   99 Source/bindings/v8/SerializedScriptValue.h     static bool extractTransferables(v8::Local<v8::Value>, int, MessagePortArray&, ArrayBufferArray&, ExceptionState&, v8::Isolate*);
extractTransferables   52 Source/bindings/v8/custom/V8DedicatedWorkerGlobalScopeCustom.cpp         if (!SerializedScriptValue::extractTransferables(info[transferablesArgIndex], transferablesArgIndex, ports, arrayBuffers, exceptionState, info.GetIsolate())) {
extractTransferables   51 Source/bindings/v8/custom/V8MessagePortCustom.cpp         if (!SerializedScriptValue::extractTransferables(info[transferablesArgIndex], transferablesArgIndex, portArray, arrayBufferArray, exceptionState, info.GetIsolate())) {
extractTransferables   26 Source/bindings/v8/custom/V8ServiceWorkerCustom.cpp         if (!SerializedScriptValue::extractTransferables(info[transferablesArgIndex], transferablesArgIndex, ports, arrayBuffers, exceptionState, info.GetIsolate())) {
extractTransferables  276 Source/bindings/v8/custom/V8WindowCustom.cpp         if (!SerializedScriptValue::extractTransferables(info[transferablesArgIndex], transferablesArgIndex, portArray, arrayBufferArray, exceptionState, info.GetIsolate())) {
extractTransferables   52 Source/bindings/v8/custom/V8WorkerCustom.cpp         if (!SerializedScriptValue::extractTransferables(info[transferablesArgIndex], transferablesArgIndex, ports, arrayBuffers, exceptionState, info.GetIsolate())) {