hasInstance 223 Source/bindings/templates/attributes.cpp if (!isUndefinedOrNull(v8Value) && !V8{{attribute.idl_type}}::hasInstance(v8Value, info.GetIsolate())) { hasInstance 189 Source/bindings/templates/interface.cpp if (!isUndefinedOrNull(v8Value) && !V8{{setter.idl_type}}::hasInstance(v8Value, info.GetIsolate())) { hasInstance 1116 Source/bindings/templates/interface.cpp bool {{v8_class}}::hasInstance(v8::Handle<v8::Value> v8Value, v8::Isolate* isolate) hasInstance 1118 Source/bindings/templates/interface.cpp return V8PerIsolateData::from(isolate)->hasInstance(&wrapperTypeInfo, v8Value); hasInstance 1133 Source/bindings/templates/interface.cpp return hasInstance(value, isolate) ? fromInternalPointer(v8::Handle<v8::Object>::Cast(value)->GetAlignedPointerFromInternalField(v8DOMWrapperObjectIndex)) : 0; hasInstance 30 Source/bindings/templates/interface.h static bool hasInstance(v8::Handle<v8::Value>, v8::Isolate*); hasInstance 98 Source/bindings/templates/methods.cpp if (info.Length() > {{argument.index}} && {% if argument.is_nullable %}!isUndefinedOrNull(info[{{argument.index}}]) && {% endif %}!V8{{argument.idl_type}}::hasInstance(info[{{argument.index}}], info.GetIsolate())) { hasInstance 149 Source/bindings/templates/methods.cpp if (!V8{{argument.idl_type}}::hasInstance(info[i], info.GetIsolate())) { hasInstance 117 Source/bindings/tests/results/V8SVGTestInterface.cpp return V8PerIsolateData::from(isolate)->hasInstance(&wrapperTypeInfo, v8Value); hasInstance 127 Source/bindings/tests/results/V8SVGTestInterface.cpp return hasInstance(value, isolate) ? fromInternalPointer(v8::Handle<v8::Object>::Cast(value)->GetAlignedPointerFromInternalField(v8DOMWrapperObjectIndex)) : 0; hasInstance 20 Source/bindings/tests/results/V8SVGTestInterface.h static bool hasInstance(v8::Handle<v8::Value>, v8::Isolate*); hasInstance 131 Source/bindings/tests/results/V8TestException.cpp return V8PerIsolateData::from(isolate)->hasInstance(&wrapperTypeInfo, v8Value); hasInstance 141 Source/bindings/tests/results/V8TestException.cpp return hasInstance(value, isolate) ? fromInternalPointer(v8::Handle<v8::Object>::Cast(value)->GetAlignedPointerFromInternalField(v8DOMWrapperObjectIndex)) : 0; hasInstance 20 Source/bindings/tests/results/V8TestException.h static bool hasInstance(v8::Handle<v8::Value>, v8::Isolate*); hasInstance 74 Source/bindings/tests/results/V8TestInterface.cpp if (!isUndefinedOrNull(v8Value) && !V8TestInterface::hasInstance(v8Value, info.GetIsolate())) { hasInstance 276 Source/bindings/tests/results/V8TestInterface.cpp if (!isUndefinedOrNull(v8Value) && !V8Node::hasInstance(v8Value, info.GetIsolate())) { hasInstance 345 Source/bindings/tests/results/V8TestInterface.cpp if (!isUndefinedOrNull(v8Value) && !V8Node::hasInstance(v8Value, info.GetIsolate())) { hasInstance 382 Source/bindings/tests/results/V8TestInterface.cpp if (!isUndefinedOrNull(v8Value) && !V8Node::hasInstance(v8Value, info.GetIsolate())) { hasInstance 753 Source/bindings/tests/results/V8TestInterface.cpp if (info.Length() > 0 && !V8TestInterfaceEmpty::hasInstance(info[0], info.GetIsolate())) { hasInstance 817 Source/bindings/tests/results/V8TestInterface.cpp if (info.Length() > 1 && !V8TestInterfaceEmpty::hasInstance(info[1], info.GetIsolate())) { hasInstance 1329 Source/bindings/tests/results/V8TestInterface.cpp return V8PerIsolateData::from(isolate)->hasInstance(&wrapperTypeInfo, v8Value); hasInstance 1339 Source/bindings/tests/results/V8TestInterface.cpp return hasInstance(value, isolate) ? fromInternalPointer(v8::Handle<v8::Object>::Cast(value)->GetAlignedPointerFromInternalField(v8DOMWrapperObjectIndex)) : 0; hasInstance 22 Source/bindings/tests/results/V8TestInterface.h static bool hasInstance(v8::Handle<v8::Value>, v8::Isolate*); hasInstance 443 Source/bindings/tests/results/V8TestInterface2.cpp return V8PerIsolateData::from(isolate)->hasInstance(&wrapperTypeInfo, v8Value); hasInstance 453 Source/bindings/tests/results/V8TestInterface2.cpp return hasInstance(value, isolate) ? fromInternalPointer(v8::Handle<v8::Object>::Cast(value)->GetAlignedPointerFromInternalField(v8DOMWrapperObjectIndex)) : 0; hasInstance 20 Source/bindings/tests/results/V8TestInterface2.h static bool hasInstance(v8::Handle<v8::Value>, v8::Isolate*); hasInstance 139 Source/bindings/tests/results/V8TestInterface3.cpp return V8PerIsolateData::from(isolate)->hasInstance(&wrapperTypeInfo, v8Value); hasInstance 149 Source/bindings/tests/results/V8TestInterface3.cpp return hasInstance(value, isolate) ? fromInternalPointer(v8::Handle<v8::Object>::Cast(value)->GetAlignedPointerFromInternalField(v8DOMWrapperObjectIndex)) : 0; hasInstance 20 Source/bindings/tests/results/V8TestInterface3.h static bool hasInstance(v8::Handle<v8::Value>, v8::Isolate*); hasInstance 583 Source/bindings/tests/results/V8TestInterfaceCheckSecurity.cpp return V8PerIsolateData::from(isolate)->hasInstance(&wrapperTypeInfo, v8Value); hasInstance 593 Source/bindings/tests/results/V8TestInterfaceCheckSecurity.cpp return hasInstance(value, isolate) ? fromInternalPointer(v8::Handle<v8::Object>::Cast(value)->GetAlignedPointerFromInternalField(v8DOMWrapperObjectIndex)) : 0; hasInstance 20 Source/bindings/tests/results/V8TestInterfaceCheckSecurity.h static bool hasInstance(v8::Handle<v8::Value>, v8::Isolate*); hasInstance 103 Source/bindings/tests/results/V8TestInterfaceConstructor.cpp if (((info.Length() == 6) && (V8TestInterfaceEmpty::hasInstance(info[2], info.GetIsolate())) && (info[3]->IsObject()) && (info[4]->IsArray()) && (info[5]->IsArray())) || ((info.Length() == 7) && (V8TestInterfaceEmpty::hasInstance(info[2], info.GetIsolate())) && (info[3]->IsObject()) && (info[4]->IsArray()) && (info[5]->IsArray()) && (info[6]->IsUndefined() || info[6]->IsObject())) || ((info.Length() == 8) && (V8TestInterfaceEmpty::hasInstance(info[2], info.GetIsolate())) && (info[3]->IsObject()) && (info[4]->IsArray()) && (info[5]->IsArray()) && (info[6]->IsUndefined() || info[6]->IsObject()) && (V8TestInterfaceEmpty::hasInstance(info[7], info.GetIsolate())))) { hasInstance 164 Source/bindings/tests/results/V8TestInterfaceConstructor.cpp return V8PerIsolateData::from(isolate)->hasInstance(&wrapperTypeInfo, v8Value); hasInstance 174 Source/bindings/tests/results/V8TestInterfaceConstructor.cpp return hasInstance(value, isolate) ? fromInternalPointer(v8::Handle<v8::Object>::Cast(value)->GetAlignedPointerFromInternalField(v8DOMWrapperObjectIndex)) : 0; hasInstance 20 Source/bindings/tests/results/V8TestInterfaceConstructor.h static bool hasInstance(v8::Handle<v8::Value>, v8::Isolate*); hasInstance 86 Source/bindings/tests/results/V8TestInterfaceConstructor2.cpp if (((info.Length() == 2) && (V8TestInterfaceEmpty::hasInstance(info[0], info.GetIsolate()))) || ((info.Length() == 3) && (V8TestInterfaceEmpty::hasInstance(info[0], info.GetIsolate()))) || ((info.Length() == 4) && (V8TestInterfaceEmpty::hasInstance(info[0], info.GetIsolate()))) || ((info.Length() == 5) && (V8TestInterfaceEmpty::hasInstance(info[0], info.GetIsolate())) && (info[4]->IsUndefined() || info[4]->IsObject()))) { hasInstance 153 Source/bindings/tests/results/V8TestInterfaceConstructor2.cpp return V8PerIsolateData::from(isolate)->hasInstance(&wrapperTypeInfo, v8Value); hasInstance 163 Source/bindings/tests/results/V8TestInterfaceConstructor2.cpp return hasInstance(value, isolate) ? fromInternalPointer(v8::Handle<v8::Object>::Cast(value)->GetAlignedPointerFromInternalField(v8DOMWrapperObjectIndex)) : 0; hasInstance 20 Source/bindings/tests/results/V8TestInterfaceConstructor2.h static bool hasInstance(v8::Handle<v8::Value>, v8::Isolate*); hasInstance 114 Source/bindings/tests/results/V8TestInterfaceConstructor3.cpp return V8PerIsolateData::from(isolate)->hasInstance(&wrapperTypeInfo, v8Value); hasInstance 124 Source/bindings/tests/results/V8TestInterfaceConstructor3.cpp return hasInstance(value, isolate) ? fromInternalPointer(v8::Handle<v8::Object>::Cast(value)->GetAlignedPointerFromInternalField(v8DOMWrapperObjectIndex)) : 0; hasInstance 20 Source/bindings/tests/results/V8TestInterfaceConstructor3.h static bool hasInstance(v8::Handle<v8::Value>, v8::Isolate*); hasInstance 99 Source/bindings/tests/results/V8TestInterfaceCustomConstructor.cpp return V8PerIsolateData::from(isolate)->hasInstance(&wrapperTypeInfo, v8Value); hasInstance 109 Source/bindings/tests/results/V8TestInterfaceCustomConstructor.cpp return hasInstance(value, isolate) ? fromInternalPointer(v8::Handle<v8::Object>::Cast(value)->GetAlignedPointerFromInternalField(v8DOMWrapperObjectIndex)) : 0; hasInstance 20 Source/bindings/tests/results/V8TestInterfaceCustomConstructor.h static bool hasInstance(v8::Handle<v8::Value>, v8::Isolate*); hasInstance 83 Source/bindings/tests/results/V8TestInterfaceDocument.cpp return V8PerIsolateData::from(isolate)->hasInstance(&wrapperTypeInfo, v8Value); hasInstance 93 Source/bindings/tests/results/V8TestInterfaceDocument.cpp return hasInstance(value, isolate) ? fromInternalPointer(v8::Handle<v8::Object>::Cast(value)->GetAlignedPointerFromInternalField(v8DOMWrapperObjectIndex)) : 0; hasInstance 21 Source/bindings/tests/results/V8TestInterfaceDocument.h static bool hasInstance(v8::Handle<v8::Value>, v8::Isolate*); hasInstance 80 Source/bindings/tests/results/V8TestInterfaceEmpty.cpp return V8PerIsolateData::from(isolate)->hasInstance(&wrapperTypeInfo, v8Value); hasInstance 90 Source/bindings/tests/results/V8TestInterfaceEmpty.cpp return hasInstance(value, isolate) ? fromInternalPointer(v8::Handle<v8::Object>::Cast(value)->GetAlignedPointerFromInternalField(v8DOMWrapperObjectIndex)) : 0; hasInstance 20 Source/bindings/tests/results/V8TestInterfaceEmpty.h static bool hasInstance(v8::Handle<v8::Value>, v8::Isolate*); hasInstance 390 Source/bindings/tests/results/V8TestInterfaceEventConstructor.cpp return V8PerIsolateData::from(isolate)->hasInstance(&wrapperTypeInfo, v8Value); hasInstance 400 Source/bindings/tests/results/V8TestInterfaceEventConstructor.cpp return hasInstance(value, isolate) ? fromInternalPointer(v8::Handle<v8::Object>::Cast(value)->GetAlignedPointerFromInternalField(v8DOMWrapperObjectIndex)) : 0; hasInstance 22 Source/bindings/tests/results/V8TestInterfaceEventConstructor.h static bool hasInstance(v8::Handle<v8::Value>, v8::Isolate*); hasInstance 127 Source/bindings/tests/results/V8TestInterfaceEventTarget.cpp return V8PerIsolateData::from(isolate)->hasInstance(&wrapperTypeInfo, v8Value); hasInstance 137 Source/bindings/tests/results/V8TestInterfaceEventTarget.cpp return hasInstance(value, isolate) ? fromInternalPointer(v8::Handle<v8::Object>::Cast(value)->GetAlignedPointerFromInternalField(v8DOMWrapperObjectIndex)) : 0; hasInstance 27 Source/bindings/tests/results/V8TestInterfaceEventTarget.h static bool hasInstance(v8::Handle<v8::Value>, v8::Isolate*); hasInstance 163 Source/bindings/tests/results/V8TestInterfaceNamedConstructor.cpp return V8PerIsolateData::from(isolate)->hasInstance(&wrapperTypeInfo, v8Value); hasInstance 173 Source/bindings/tests/results/V8TestInterfaceNamedConstructor.cpp return hasInstance(value, isolate) ? fromInternalPointer(v8::Handle<v8::Object>::Cast(value)->GetAlignedPointerFromInternalField(v8DOMWrapperObjectIndex)) : 0; hasInstance 26 Source/bindings/tests/results/V8TestInterfaceNamedConstructor.h static bool hasInstance(v8::Handle<v8::Value>, v8::Isolate*); hasInstance 132 Source/bindings/tests/results/V8TestInterfaceNamedConstructor2.cpp return V8PerIsolateData::from(isolate)->hasInstance(&wrapperTypeInfo, v8Value); hasInstance 142 Source/bindings/tests/results/V8TestInterfaceNamedConstructor2.cpp return hasInstance(value, isolate) ? fromInternalPointer(v8::Handle<v8::Object>::Cast(value)->GetAlignedPointerFromInternalField(v8DOMWrapperObjectIndex)) : 0; hasInstance 26 Source/bindings/tests/results/V8TestInterfaceNamedConstructor2.h static bool hasInstance(v8::Handle<v8::Value>, v8::Isolate*); hasInstance 335 Source/bindings/tests/results/V8TestInterfaceNode.cpp return V8PerIsolateData::from(isolate)->hasInstance(&wrapperTypeInfo, v8Value); hasInstance 345 Source/bindings/tests/results/V8TestInterfaceNode.cpp return hasInstance(value, isolate) ? fromInternalPointer(v8::Handle<v8::Object>::Cast(value)->GetAlignedPointerFromInternalField(v8DOMWrapperObjectIndex)) : 0; hasInstance 21 Source/bindings/tests/results/V8TestInterfaceNode.h static bool hasInstance(v8::Handle<v8::Value>, v8::Isolate*); hasInstance 169 Source/bindings/tests/results/V8TestInterfaceWillBeGarbageCollected.cpp return V8PerIsolateData::from(isolate)->hasInstance(&wrapperTypeInfo, v8Value); hasInstance 179 Source/bindings/tests/results/V8TestInterfaceWillBeGarbageCollected.cpp return hasInstance(value, isolate) ? fromInternalPointer(v8::Handle<v8::Object>::Cast(value)->GetAlignedPointerFromInternalField(v8DOMWrapperObjectIndex)) : 0; hasInstance 21 Source/bindings/tests/results/V8TestInterfaceWillBeGarbageCollected.h static bool hasInstance(v8::Handle<v8::Value>, v8::Isolate*); hasInstance 204 Source/bindings/tests/results/V8TestNode.cpp return V8PerIsolateData::from(isolate)->hasInstance(&wrapperTypeInfo, v8Value); hasInstance 214 Source/bindings/tests/results/V8TestNode.cpp return hasInstance(value, isolate) ? fromInternalPointer(v8::Handle<v8::Object>::Cast(value)->GetAlignedPointerFromInternalField(v8DOMWrapperObjectIndex)) : 0; hasInstance 21 Source/bindings/tests/results/V8TestNode.h static bool hasInstance(v8::Handle<v8::Value>, v8::Isolate*); hasInstance 3938 Source/bindings/tests/results/V8TestObject.cpp if (!isUndefinedOrNull(v8Value) && !V8TestInterface::hasInstance(v8Value, info.GetIsolate())) { hasInstance 6006 Source/bindings/tests/results/V8TestObject.cpp if (!V8TestInterfaceEmpty::hasInstance(info[i], info.GetIsolate())) { hasInstance 6032 Source/bindings/tests/results/V8TestObject.cpp if (!V8TestInterfaceEmpty::hasInstance(info[i], info.GetIsolate())) { hasInstance 6053 Source/bindings/tests/results/V8TestObject.cpp if (!V8TestInterfaceWillBeGarbageCollected::hasInstance(info[i], info.GetIsolate())) { hasInstance 6255 Source/bindings/tests/results/V8TestObject.cpp if (((info.Length() == 1) && (V8TestInterfaceEmpty::hasInstance(info[0], info.GetIsolate())))) { hasInstance 6353 Source/bindings/tests/results/V8TestObject.cpp if (((info.Length() == 1) && (info[0]->IsNull() || V8TestInterfaceEmpty::hasInstance(info[0], info.GetIsolate())))) { hasInstance 7577 Source/bindings/tests/results/V8TestObject.cpp if (info.Length() > 0 && !V8TestInterfaceEmpty::hasInstance(info[0], info.GetIsolate())) { hasInstance 7599 Source/bindings/tests/results/V8TestObject.cpp if (info.Length() > 0 && !isUndefinedOrNull(info[0]) && !V8TestInterfaceEmpty::hasInstance(info[0], info.GetIsolate())) { hasInstance 8117 Source/bindings/tests/results/V8TestObject.cpp return V8PerIsolateData::from(isolate)->hasInstance(&wrapperTypeInfo, v8Value); hasInstance 8127 Source/bindings/tests/results/V8TestObject.cpp return hasInstance(value, isolate) ? fromInternalPointer(v8::Handle<v8::Object>::Cast(value)->GetAlignedPointerFromInternalField(v8DOMWrapperObjectIndex)) : 0; hasInstance 20 Source/bindings/tests/results/V8TestObject.h static bool hasInstance(v8::Handle<v8::Value>, v8::Isolate*); hasInstance 208 Source/bindings/tests/results/V8TestSpecialOperations.cpp return V8PerIsolateData::from(isolate)->hasInstance(&wrapperTypeInfo, v8Value); hasInstance 218 Source/bindings/tests/results/V8TestSpecialOperations.cpp return hasInstance(value, isolate) ? fromInternalPointer(v8::Handle<v8::Object>::Cast(value)->GetAlignedPointerFromInternalField(v8DOMWrapperObjectIndex)) : 0; hasInstance 20 Source/bindings/tests/results/V8TestSpecialOperations.h static bool hasInstance(v8::Handle<v8::Value>, v8::Isolate*); hasInstance 120 Source/bindings/tests/results/V8TestSpecialOperationsNotEnumerable.cpp return V8PerIsolateData::from(isolate)->hasInstance(&wrapperTypeInfo, v8Value); hasInstance 130 Source/bindings/tests/results/V8TestSpecialOperationsNotEnumerable.cpp return hasInstance(value, isolate) ? fromInternalPointer(v8::Handle<v8::Object>::Cast(value)->GetAlignedPointerFromInternalField(v8DOMWrapperObjectIndex)) : 0; hasInstance 20 Source/bindings/tests/results/V8TestSpecialOperationsNotEnumerable.h static bool hasInstance(v8::Handle<v8::Value>, v8::Isolate*); hasInstance 323 Source/bindings/tests/results/V8TestTypedefs.cpp return V8PerIsolateData::from(isolate)->hasInstance(&wrapperTypeInfo, v8Value); hasInstance 333 Source/bindings/tests/results/V8TestTypedefs.cpp return hasInstance(value, isolate) ? fromInternalPointer(v8::Handle<v8::Object>::Cast(value)->GetAlignedPointerFromInternalField(v8DOMWrapperObjectIndex)) : 0; hasInstance 20 Source/bindings/tests/results/V8TestTypedefs.h static bool hasInstance(v8::Handle<v8::Value>, v8::Isolate*); hasInstance 284 Source/bindings/v8/ScriptProfiler.cpp ASSERT_UNUSED(m_isolate, V8Node::hasInstance(*wrapper, m_isolate)); hasInstance 1469 Source/bindings/v8/SerializedScriptValue.cpp else if (V8ArrayBufferView::hasInstance(value, m_isolate)) hasInstance 1473 Source/bindings/v8/SerializedScriptValue.cpp else if (V8MessagePort::hasInstance(value, m_isolate)) { hasInstance 1479 Source/bindings/v8/SerializedScriptValue.cpp } else if (V8ArrayBuffer::hasInstance(value, m_isolate) && m_transferredArrayBuffers.tryGet(value.As<v8::Object>(), &arrayBufferIndex)) hasInstance 1496 Source/bindings/v8/SerializedScriptValue.cpp } else if (V8File::hasInstance(value, m_isolate)) hasInstance 1498 Source/bindings/v8/SerializedScriptValue.cpp else if (V8Blob::hasInstance(value, m_isolate)) hasInstance 1500 Source/bindings/v8/SerializedScriptValue.cpp else if (V8DOMFileSystem::hasInstance(value, m_isolate)) hasInstance 1502 Source/bindings/v8/SerializedScriptValue.cpp else if (V8FileList::hasInstance(value, m_isolate)) hasInstance 1504 Source/bindings/v8/SerializedScriptValue.cpp else if (V8Key::hasInstance(value, m_isolate)) { hasInstance 1507 Source/bindings/v8/SerializedScriptValue.cpp } else if (V8ImageData::hasInstance(value, m_isolate)) hasInstance 1511 Source/bindings/v8/SerializedScriptValue.cpp else if (V8ArrayBuffer::hasInstance(value, m_isolate)) hasInstance 2906 Source/bindings/v8/SerializedScriptValue.cpp if (V8MessagePort::hasInstance(transferrable, isolate)) { hasInstance 2914 Source/bindings/v8/SerializedScriptValue.cpp } else if (V8ArrayBuffer::hasInstance(transferrable, isolate)) { hasInstance 480 Source/bindings/v8/V8Binding.cpp if (V8XPathNSResolver::hasInstance(value, isolate)) hasInstance 501 Source/bindings/v8/V8Binding.h if (V8T::hasInstance(element, isolate)) { hasInstance 568 Source/bindings/v8/V8Binding.h if (V8T::hasInstance(element, isolate)) { hasInstance 124 Source/bindings/v8/V8GCController.cpp ASSERT(V8Node::hasInstance(*wrapper, m_isolate)); hasInstance 265 Source/bindings/v8/V8GCController.cpp ASSERT(V8Node::hasInstance(*wrapper, m_isolate)); hasInstance 137 Source/bindings/v8/V8PerIsolateData.cpp return hasInstance(info, value, m_domTemplateMapForMainWorld) hasInstance 138 Source/bindings/v8/V8PerIsolateData.cpp || hasInstance(info, value, m_domTemplateMapForNonMainWorld); hasInstance 93 Source/bindings/v8/V8PerIsolateData.h bool hasInstance(const WrapperTypeInfo*, v8::Handle<v8::Value>); hasInstance 107 Source/bindings/v8/V8PerIsolateData.h bool hasInstance(const WrapperTypeInfo*, v8::Handle<v8::Value>, DOMTemplateMap&); hasInstance 96 Source/bindings/v8/custom/V8ArrayBufferCustom.cpp return V8ArrayBuffer::hasInstance(value, isolate) ? V8ArrayBuffer::toNative(v8::Handle<v8::Object>::Cast(value)) : 0; hasInstance 54 Source/bindings/v8/custom/V8ArrayBufferCustom.h static bool hasInstance(v8::Handle<v8::Value>, v8::Isolate*); hasInstance 87 Source/bindings/v8/custom/V8ArrayBufferViewCustom.cpp return V8ArrayBufferView::hasInstance(value, isolate) ? V8ArrayBufferView::toNative(v8::Handle<v8::Object>::Cast(value)) : 0; hasInstance 46 Source/bindings/v8/custom/V8ArrayBufferViewCustom.h static bool hasInstance(v8::Handle<v8::Value> value, v8::Isolate*) hasInstance 116 Source/bindings/v8/custom/V8BlobCustomHelpers.cpp if (V8ArrayBuffer::hasInstance(item, isolate)) { hasInstance 120 Source/bindings/v8/custom/V8BlobCustomHelpers.cpp } else if (V8ArrayBufferView::hasInstance(item, isolate)) { hasInstance 124 Source/bindings/v8/custom/V8BlobCustomHelpers.cpp } else if (V8Blob::hasInstance(item, isolate)) { hasInstance 48 Source/bindings/v8/custom/V8CryptoCustom.cpp if (!V8ArrayBufferView::hasInstance(buffer, info.GetIsolate())) { hasInstance 50 Source/bindings/v8/custom/V8HTMLOptionsCollectionCustom.cpp if (!V8HTMLOptionElement::hasInstance(info[0], info.GetIsolate())) { hasInstance 124 Source/bindings/v8/custom/V8InjectedScriptHostCustom.cpp v8SetReturnValue(info, V8HTMLAllCollection::hasInstance(info[0], info.GetIsolate())); hasInstance 158 Source/bindings/v8/custom/V8InjectedScriptHostCustom.cpp if (V8Node::hasInstance(value, isolate)) { hasInstance 162 Source/bindings/v8/custom/V8InjectedScriptHostCustom.cpp if (V8NodeList::hasInstance(value, isolate)) { hasInstance 166 Source/bindings/v8/custom/V8InjectedScriptHostCustom.cpp if (V8HTMLCollection::hasInstance(value, isolate)) { hasInstance 170 Source/bindings/v8/custom/V8InjectedScriptHostCustom.cpp if (V8Int8Array::hasInstance(value, isolate) || V8Int16Array::hasInstance(value, isolate) || V8Int32Array::hasInstance(value, isolate)) { hasInstance 174 Source/bindings/v8/custom/V8InjectedScriptHostCustom.cpp if (V8Uint8Array::hasInstance(value, isolate) || V8Uint16Array::hasInstance(value, isolate) || V8Uint32Array::hasInstance(value, isolate)) { hasInstance 178 Source/bindings/v8/custom/V8InjectedScriptHostCustom.cpp if (V8Float32Array::hasInstance(value, isolate) || V8Float64Array::hasInstance(value, isolate)) { hasInstance 182 Source/bindings/v8/custom/V8InjectedScriptHostCustom.cpp if (V8Uint8ClampedArray::hasInstance(value, isolate)) { hasInstance 50 Source/bindings/v8/custom/V8TypedArrayCustom.h static bool hasInstance(v8::Handle<v8::Value> value, v8::Isolate*) hasInstance 176 Source/bindings/v8/custom/V8TypedArrayCustom.h return V8TypedArray<TypedArray>::hasInstance(value, isolate) ? V8TypedArray<TypedArray>::toNative(v8::Handle<v8::Object>::Cast(value)) : 0; hasInstance 328 Source/bindings/v8/custom/V8WebGLRenderingContextCustom.cpp if (info.Length() > 0 && !isUndefinedOrNull(info[programArgumentIndex]) && !V8WebGLProgram::hasInstance(info[programArgumentIndex], info.GetIsolate())) { hasInstance 415 Source/bindings/v8/custom/V8WebGLRenderingContextCustom.cpp if (info.Length() > 0 && !isUndefinedOrNull(info[programArgumentIndex]) && !V8WebGLProgram::hasInstance(info[programArgumentIndex], info.GetIsolate())) { hasInstance 445 Source/bindings/v8/custom/V8WebGLRenderingContextCustom.cpp if (info.Length() > 0 && !isUndefinedOrNull(info[shaderArgumentIndex]) && !V8WebGLShader::hasInstance(info[shaderArgumentIndex], info.GetIsolate())) { hasInstance 490 Source/bindings/v8/custom/V8WebGLRenderingContextCustom.cpp if (info.Length() > 0 && !isUndefinedOrNull(info[programArgumentIndex]) && !V8WebGLProgram::hasInstance(info[programArgumentIndex], info.GetIsolate())) { hasInstance 498 Source/bindings/v8/custom/V8WebGLRenderingContextCustom.cpp if (info.Length() > 1 && !isUndefinedOrNull(info[uniformArgumentIndex]) && !V8WebGLUniformLocation::hasInstance(info[uniformArgumentIndex], info.GetIsolate())) { hasInstance 570 Source/bindings/v8/custom/V8WebGLRenderingContextCustom.cpp if (info.Length() > 0 && !isUndefinedOrNull(info[uniformLocationArgumentIndex]) && !V8WebGLUniformLocation::hasInstance(info[uniformLocationArgumentIndex], info.GetIsolate())) { hasInstance 581 Source/bindings/v8/custom/V8WebGLRenderingContextCustom.cpp if (V8Float32Array::hasInstance(info[indexArrayArgument], info.GetIsolate())) { hasInstance 648 Source/bindings/v8/custom/V8WebGLRenderingContextCustom.cpp if (info.Length() > 0 && !isUndefinedOrNull(info[uniformLocationArgumentIndex]) && !V8WebGLUniformLocation::hasInstance(info[uniformLocationArgumentIndex], info.GetIsolate())) { hasInstance 656 Source/bindings/v8/custom/V8WebGLRenderingContextCustom.cpp if (V8Int32Array::hasInstance(info[indexArrayArgumentIndex], info.GetIsolate())) { hasInstance 763 Source/bindings/v8/custom/V8WebGLRenderingContextCustom.cpp if (info.Length() > 0 && !isUndefinedOrNull(info[uniformLocationArgumentIndex]) && !V8WebGLUniformLocation::hasInstance(info[uniformLocationArgumentIndex], info.GetIsolate())) { hasInstance 772 Source/bindings/v8/custom/V8WebGLRenderingContextCustom.cpp if (V8Float32Array::hasInstance(info[arrayArgumentIndex], info.GetIsolate())) { hasInstance 204 Source/bindings/v8/custom/V8XMLHttpRequestCustom.cpp return V8Document::hasInstance(value, isolate) || V8HTMLDocument::hasInstance(value, isolate); hasInstance 225 Source/bindings/v8/custom/V8XMLHttpRequestCustom.cpp } else if (V8Blob::hasInstance(arg, info.GetIsolate())) { hasInstance 230 Source/bindings/v8/custom/V8XMLHttpRequestCustom.cpp } else if (V8FormData::hasInstance(arg, info.GetIsolate())) { hasInstance 235 Source/bindings/v8/custom/V8XMLHttpRequestCustom.cpp } else if (V8ArrayBuffer::hasInstance(arg, info.GetIsolate())) { hasInstance 240 Source/bindings/v8/custom/V8XMLHttpRequestCustom.cpp } else if (V8ArrayBufferView::hasInstance(arg, info.GetIsolate())) { hasInstance 108 Source/modules/serviceworkers/RespondWithObserver.cpp if (!V8Response::hasInstance(value.v8Value(), toIsolate(executionContext()))) { hasInstance 51 Source/web/WebArrayBufferConverter.cpp if (!V8ArrayBuffer::hasInstance(value, v8::Isolate::GetCurrent())) hasInstance 222 Source/web/WebBindings.cpp Range* native = V8Range::hasInstance(v8Object, isolate) ? V8Range::toNative(v8Object) : 0; hasInstance 243 Source/web/WebBindings.cpp Node* native = V8Node::hasInstance(v8Object, isolate) ? V8Node::toNative(v8Object) : 0; hasInstance 264 Source/web/WebBindings.cpp Element* native = V8Element::hasInstance(v8Object, isolate) ? V8Element::toNative(v8Object) : 0; hasInstance 285 Source/web/WebBindings.cpp ArrayBuffer* native = V8ArrayBuffer::hasInstance(v8Object, isolate) ? V8ArrayBuffer::toNative(v8Object) : 0; hasInstance 306 Source/web/WebBindings.cpp ArrayBufferView* native = V8ArrayBufferView::hasInstance(v8Object, isolate) ? V8ArrayBufferView::toNative(v8Object) : 0; hasInstance 54 Source/web/WebBlob.cpp if (V8Blob::hasInstance(value, v8::Isolate::GetCurrent())) { hasInstance 51 Source/web/WebDOMFileSystem.cpp if (!V8DOMFileSystem::hasInstance(value, v8::Isolate::GetCurrent())) hasInstance 46 Source/web/WebDOMMediaStreamTrack.cpp if (WebCore::V8MediaStreamTrack::hasInstance(value, v8::Isolate::GetCurrent())) {