isUndefinedOrNull  223 Source/bindings/templates/attributes.cpp     if (!isUndefinedOrNull(v8Value) && !V8{{attribute.idl_type}}::hasInstance(v8Value, info.GetIsolate())) {
isUndefinedOrNull  189 Source/bindings/templates/interface.cpp     if (!isUndefinedOrNull(v8Value) && !V8{{setter.idl_type}}::hasInstance(v8Value, info.GetIsolate())) {
isUndefinedOrNull   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())) {
isUndefinedOrNull  115 Source/bindings/templates/methods.cpp if (info.Length() > {{argument.index}} && !isUndefinedOrNull(info[{{argument.index}}])) {
isUndefinedOrNull  170 Source/bindings/templates/methods.cpp if (!{{argument.name}}.isUndefinedOrNull() && !{{argument.name}}.isObject()) {
isUndefinedOrNull   74 Source/bindings/tests/results/V8TestInterface.cpp     if (!isUndefinedOrNull(v8Value) && !V8TestInterface::hasInstance(v8Value, info.GetIsolate())) {
isUndefinedOrNull  276 Source/bindings/tests/results/V8TestInterface.cpp     if (!isUndefinedOrNull(v8Value) && !V8Node::hasInstance(v8Value, info.GetIsolate())) {
isUndefinedOrNull  345 Source/bindings/tests/results/V8TestInterface.cpp     if (!isUndefinedOrNull(v8Value) && !V8Node::hasInstance(v8Value, info.GetIsolate())) {
isUndefinedOrNull  382 Source/bindings/tests/results/V8TestInterface.cpp     if (!isUndefinedOrNull(v8Value) && !V8Node::hasInstance(v8Value, info.GetIsolate())) {
isUndefinedOrNull   72 Source/bindings/tests/results/V8TestInterfaceConstructor.cpp     if (!dictionaryArg.isUndefinedOrNull() && !dictionaryArg.isObject()) {
isUndefinedOrNull   80 Source/bindings/tests/results/V8TestInterfaceConstructor.cpp     if (!optionalDictionaryArg.isUndefinedOrNull() && !optionalDictionaryArg.isObject()) {
isUndefinedOrNull   68 Source/bindings/tests/results/V8TestInterfaceConstructor2.cpp     if (!defaultUndefinedOptionalDictionaryArg.isUndefinedOrNull() && !defaultUndefinedOptionalDictionaryArg.isObject()) {
isUndefinedOrNull 3938 Source/bindings/tests/results/V8TestObject.cpp     if (!isUndefinedOrNull(v8Value) && !V8TestInterface::hasInstance(v8Value, info.GetIsolate())) {
isUndefinedOrNull 5437 Source/bindings/tests/results/V8TestObject.cpp     if (info.Length() > 0 && !isUndefinedOrNull(info[0])) {
isUndefinedOrNull 5585 Source/bindings/tests/results/V8TestObject.cpp     if (!dictionaryArg.isUndefinedOrNull() && !dictionaryArg.isObject()) {
isUndefinedOrNull 5646 Source/bindings/tests/results/V8TestObject.cpp     if (!promiseArg.isUndefinedOrNull() && !promiseArg.isObject()) {
isUndefinedOrNull 5954 Source/bindings/tests/results/V8TestObject.cpp     if (!optionalDictionaryArg.isUndefinedOrNull() && !optionalDictionaryArg.isObject()) {
isUndefinedOrNull 6396 Source/bindings/tests/results/V8TestObject.cpp     if (((info.Length() == 1) && (isUndefinedOrNull(info[0]) || info[0]->IsString() || info[0]->IsObject()))) {
isUndefinedOrNull 6459 Source/bindings/tests/results/V8TestObject.cpp     if (!dictionaryArg.isUndefinedOrNull() && !dictionaryArg.isObject()) {
isUndefinedOrNull 7446 Source/bindings/tests/results/V8TestObject.cpp     if (info.Length() > 0 && !isUndefinedOrNull(info[0])) {
isUndefinedOrNull 7599 Source/bindings/tests/results/V8TestObject.cpp     if (info.Length() > 0 && !isUndefinedOrNull(info[0]) && !V8TestInterfaceEmpty::hasInstance(info[0], info.GetIsolate())) {
isUndefinedOrNull   43 Source/bindings/v8/ArrayValue.cpp     return m_array.IsEmpty() || WebCore::isUndefinedOrNull(m_array);
isUndefinedOrNull   48 Source/bindings/v8/ArrayValue.cpp     if (isUndefinedOrNull())
isUndefinedOrNull   57 Source/bindings/v8/ArrayValue.cpp     if (isUndefinedOrNull())
isUndefinedOrNull   49 Source/bindings/v8/ArrayValue.h     bool isUndefinedOrNull() const;
isUndefinedOrNull   88 Source/bindings/v8/Dictionary.cpp     return !isUndefinedOrNull() && m_options->IsObject();
isUndefinedOrNull   95 Source/bindings/v8/Dictionary.cpp     return WebCore::isUndefinedOrNull(m_options);
isUndefinedOrNull  100 Source/bindings/v8/Dictionary.cpp     if (isUndefinedOrNull())
isUndefinedOrNull  116 Source/bindings/v8/Dictionary.cpp     if (isUndefinedOrNull())
isUndefinedOrNull  353 Source/bindings/v8/Dictionary.cpp     if (WebCore::isUndefinedOrNull(v8Value))
isUndefinedOrNull  401 Source/bindings/v8/Dictionary.cpp     if (context.isNullable() && WebCore::isUndefinedOrNull(v8Value))
isUndefinedOrNull  415 Source/bindings/v8/Dictionary.cpp     if (!getKey(key, v8Value) || WebCore::isUndefinedOrNull(v8Value))
isUndefinedOrNull  584 Source/bindings/v8/Dictionary.cpp     if (context.isNullable() && WebCore::isUndefinedOrNull(v8Value))
isUndefinedOrNull  618 Source/bindings/v8/Dictionary.cpp     if (context.isNullable() && WebCore::isUndefinedOrNull(v8Value))
isUndefinedOrNull  652 Source/bindings/v8/Dictionary.cpp     if (context.isNullable() && WebCore::isUndefinedOrNull(v8Value))
isUndefinedOrNull   71 Source/bindings/v8/Dictionary.h     bool isUndefinedOrNull() const;
isUndefinedOrNull  314 Source/bindings/v8/Dictionary.h     if (context.isNullable() && WebCore::isUndefinedOrNull(v8Value)) {
isUndefinedOrNull  340 Source/bindings/v8/Dictionary.h     if (context.isNullable() && WebCore::isUndefinedOrNull(v8Value))
isUndefinedOrNull   71 Source/bindings/v8/ScriptPromise.h     bool isUndefinedOrNull() const
isUndefinedOrNull 2880 Source/bindings/v8/SerializedScriptValue.cpp     if (isUndefinedOrNull(value)) {
isUndefinedOrNull 2901 Source/bindings/v8/SerializedScriptValue.cpp         if (isUndefinedOrNull(transferrable)) {
isUndefinedOrNull  679 Source/bindings/v8/V8Binding.h inline bool isUndefinedOrNull(v8::Handle<v8::Value> value)
isUndefinedOrNull   39 Source/bindings/v8/custom/V8DeviceMotionEventCustom.cpp     if (isUndefinedOrNull(value))
isUndefinedOrNull   48 Source/bindings/v8/custom/V8DeviceMotionEventCustom.cpp     bool canProvideX = !isUndefinedOrNull(xValue);
isUndefinedOrNull   54 Source/bindings/v8/custom/V8DeviceMotionEventCustom.cpp     bool canProvideY = !isUndefinedOrNull(yValue);
isUndefinedOrNull   60 Source/bindings/v8/custom/V8DeviceMotionEventCustom.cpp     bool canProvideZ = !isUndefinedOrNull(zValue);
isUndefinedOrNull   71 Source/bindings/v8/custom/V8DeviceMotionEventCustom.cpp     if (isUndefinedOrNull(value))
isUndefinedOrNull   80 Source/bindings/v8/custom/V8DeviceMotionEventCustom.cpp     bool canProvideAlpha = !isUndefinedOrNull(alphaValue);
isUndefinedOrNull   86 Source/bindings/v8/custom/V8DeviceMotionEventCustom.cpp     bool canProvideBeta = !isUndefinedOrNull(betaValue);
isUndefinedOrNull   92 Source/bindings/v8/custom/V8DeviceMotionEventCustom.cpp     bool canProvideGamma = !isUndefinedOrNull(gammaValue);
isUndefinedOrNull  113 Source/bindings/v8/custom/V8DeviceMotionEventCustom.cpp     bool intervalProvided = !isUndefinedOrNull(info[6]);
isUndefinedOrNull   43 Source/bindings/v8/custom/V8DeviceOrientationEventCustom.cpp     bool alphaProvided = !isUndefinedOrNull(info[3]);
isUndefinedOrNull   45 Source/bindings/v8/custom/V8DeviceOrientationEventCustom.cpp     bool betaProvided = !isUndefinedOrNull(info[4]);
isUndefinedOrNull   47 Source/bindings/v8/custom/V8DeviceOrientationEventCustom.cpp     bool gammaProvided = !isUndefinedOrNull(info[5]);
isUndefinedOrNull   49 Source/bindings/v8/custom/V8DeviceOrientationEventCustom.cpp     bool absoluteProvided = !isUndefinedOrNull(info[6]);
isUndefinedOrNull   71 Source/bindings/v8/custom/V8DocumentCustom.cpp     if (!resolver && !isUndefinedOrNull(info[resolverArgumentIndex])) {
isUndefinedOrNull   48 Source/bindings/v8/custom/V8GeolocationCustom.cpp     if (isUndefinedOrNull(value)) {
isUndefinedOrNull  148 Source/bindings/v8/custom/V8MessageEventCustom.cpp     if (!isUndefinedOrNull(info[portArrayIndex])) {
isUndefinedOrNull   61 Source/bindings/v8/custom/V8SQLTransactionCustom.cpp     if (info.Length() > 1 && !isUndefinedOrNull(info[1])) {
isUndefinedOrNull   72 Source/bindings/v8/custom/V8SQLTransactionCustom.cpp         if (isUndefinedOrNull(length))
isUndefinedOrNull   98 Source/bindings/v8/custom/V8SQLTransactionCustom.cpp     if (info.Length() > 2 && !isUndefinedOrNull(info[2])) {
isUndefinedOrNull  108 Source/bindings/v8/custom/V8SQLTransactionCustom.cpp     if (info.Length() > 3 && !isUndefinedOrNull(info[3])) {
isUndefinedOrNull   60 Source/bindings/v8/custom/V8SQLTransactionSyncCustom.cpp     if (info.Length() > 1 && !isUndefinedOrNull(info[1])) {
isUndefinedOrNull   71 Source/bindings/v8/custom/V8SQLTransactionSyncCustom.cpp         if (isUndefinedOrNull(length))
isUndefinedOrNull  328 Source/bindings/v8/custom/V8WebGLRenderingContextCustom.cpp     if (info.Length() > 0 && !isUndefinedOrNull(info[programArgumentIndex]) && !V8WebGLProgram::hasInstance(info[programArgumentIndex], info.GetIsolate())) {
isUndefinedOrNull  415 Source/bindings/v8/custom/V8WebGLRenderingContextCustom.cpp     if (info.Length() > 0 && !isUndefinedOrNull(info[programArgumentIndex]) && !V8WebGLProgram::hasInstance(info[programArgumentIndex], info.GetIsolate())) {
isUndefinedOrNull  445 Source/bindings/v8/custom/V8WebGLRenderingContextCustom.cpp     if (info.Length() > 0 && !isUndefinedOrNull(info[shaderArgumentIndex]) && !V8WebGLShader::hasInstance(info[shaderArgumentIndex], info.GetIsolate())) {
isUndefinedOrNull  490 Source/bindings/v8/custom/V8WebGLRenderingContextCustom.cpp     if (info.Length() > 0 && !isUndefinedOrNull(info[programArgumentIndex]) && !V8WebGLProgram::hasInstance(info[programArgumentIndex], info.GetIsolate())) {
isUndefinedOrNull  498 Source/bindings/v8/custom/V8WebGLRenderingContextCustom.cpp     if (info.Length() > 1 && !isUndefinedOrNull(info[uniformArgumentIndex]) && !V8WebGLUniformLocation::hasInstance(info[uniformArgumentIndex], info.GetIsolate())) {
isUndefinedOrNull  570 Source/bindings/v8/custom/V8WebGLRenderingContextCustom.cpp         if (info.Length() > 0 && !isUndefinedOrNull(info[uniformLocationArgumentIndex]) && !V8WebGLUniformLocation::hasInstance(info[uniformLocationArgumentIndex], info.GetIsolate())) {
isUndefinedOrNull  648 Source/bindings/v8/custom/V8WebGLRenderingContextCustom.cpp     if (info.Length() > 0 && !isUndefinedOrNull(info[uniformLocationArgumentIndex]) && !V8WebGLUniformLocation::hasInstance(info[uniformLocationArgumentIndex], info.GetIsolate())) {
isUndefinedOrNull  763 Source/bindings/v8/custom/V8WebGLRenderingContextCustom.cpp     if (info.Length() > 0 && !isUndefinedOrNull(info[uniformLocationArgumentIndex]) && !V8WebGLUniformLocation::hasInstance(info[uniformLocationArgumentIndex], info.GetIsolate())) {
isUndefinedOrNull  218 Source/bindings/v8/custom/V8XMLHttpRequestCustom.cpp         if (isUndefinedOrNull(arg)) {
isUndefinedOrNull   48 Source/bindings/v8/custom/V8XSLTProcessorCustom.cpp     if (isUndefinedOrNull(info[1]) || isUndefinedOrNull(info[2]))
isUndefinedOrNull   61 Source/bindings/v8/custom/V8XSLTProcessorCustom.cpp     if (isUndefinedOrNull(info[1]))
isUndefinedOrNull   77 Source/bindings/v8/custom/V8XSLTProcessorCustom.cpp     if (isUndefinedOrNull(info[1]))
isUndefinedOrNull  179 Source/modules/indexeddb/IDBDatabase.cpp     if (!options.isUndefinedOrNull()) {
isUndefinedOrNull   48 Source/modules/mediastream/MediaConstraintsImpl.cpp     if (constraintsDictionary.isUndefinedOrNull())
isUndefinedOrNull   66 Source/modules/mediastream/MediaConstraintsImpl.cpp         if (!ok || mandatoryConstraintsDictionary.isUndefinedOrNull())
isUndefinedOrNull   83 Source/modules/mediastream/MediaConstraintsImpl.cpp         if (!ok || optionalConstraints.isUndefinedOrNull())
isUndefinedOrNull   94 Source/modules/mediastream/MediaConstraintsImpl.cpp             if (!ok || constraint.isUndefinedOrNull())
isUndefinedOrNull   89 Source/modules/mediastream/RTCPeerConnection.cpp     if (configuration.isUndefinedOrNull())
isUndefinedOrNull   94 Source/modules/mediastream/RTCPeerConnection.cpp     if (!ok || iceServers.isUndefinedOrNull()) {
isUndefinedOrNull   56 Source/modules/mediastream/UserMediaRequest.cpp     if (ok && !constraintsDictionary.isUndefinedOrNull())